Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DBiometricUnlockController.java91 private static final UiEventLogger UI_EVENT_LOGGER = new UiEventLoggerImpl(); field in BiometricUnlockController
436 .ifPresent(event -> UI_EVENT_LOGGER.log(event, getSessionId())); in onBiometricAuthenticated()
728 .ifPresent(event -> UI_EVENT_LOGGER.log(event, getSessionId())); in onBiometricAuthFailed()
761 UI_EVENT_LOGGER.log(BiometricUiEvent.BIOMETRIC_BOUNCER_SHOWN, getSessionId()); in onBiometricAuthFailed()
776 .ifPresent(event -> UI_EVENT_LOGGER.log(event, getSessionId())); in onBiometricError()
787 UI_EVENT_LOGGER.log(BiometricUiEvent.BIOMETRIC_BOUNCER_SHOWN, getSessionId()); in onBiometricError()
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeSensors.java94 private static final UiEventLogger UI_EVENT_LOGGER = new UiEventLoggerImpl(); field in DozeSensors
734 UI_EVENT_LOGGER.log(DozeSensorsUiEvent.ACTION_AMBIENT_GESTURE_PICKUP); in onTrigger()