Home
last modified time | relevance | path

Searched refs:UI_EVENT_LOGGER (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DBiometricUnlockController.java87 private static final UiEventLogger UI_EVENT_LOGGER = new UiEventLoggerImpl(); field in BiometricUnlockController
417 .ifPresent(event -> UI_EVENT_LOGGER.log(event, getSessionId())); in onBiometricAuthenticated()
694 .ifPresent(event -> UI_EVENT_LOGGER.log(event, getSessionId())); in onBiometricAuthFailed()
722 UI_EVENT_LOGGER.log(BiometricUiEvent.BIOMETRIC_BOUNCER_SHOWN, getSessionId()); in onBiometricAuthFailed()
745 .ifPresent(event -> UI_EVENT_LOGGER.log(event, getSessionId())); in onBiometricError()
753 UI_EVENT_LOGGER.log(BiometricUiEvent.BIOMETRIC_BOUNCER_SHOWN, getSessionId()); in onBiometricError()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeSensors.java95 private static final UiEventLogger UI_EVENT_LOGGER = new UiEventLoggerImpl(); field in DozeSensors
733 UI_EVENT_LOGGER.log(DozeSensorsUiEvent.ACTION_AMBIENT_GESTURE_PICKUP); in onTrigger()