Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DBiometricUnlockController.java76 private static final UiEventLogger UI_EVENT_LOGGER = new UiEventLoggerImpl(); field in BiometricUnlockController
374 .ifPresent(UI_EVENT_LOGGER::log); in onBiometricAuthenticated()
635 .ifPresent(UI_EVENT_LOGGER::log); in onBiometricAuthFailed()
649 UI_EVENT_LOGGER.log(BiometricUiEvent.BIOMETRIC_BOUNCER_SHOWN); in onBiometricAuthFailed()
662 .ifPresent(UI_EVENT_LOGGER::log); in onBiometricError()
672 UI_EVENT_LOGGER.log(BiometricUiEvent.BIOMETRIC_BOUNCER_SHOWN); in onBiometricError()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeSensors.java94 private static final UiEventLogger UI_EVENT_LOGGER = new UiEventLoggerImpl(); field in DozeSensors
694 UI_EVENT_LOGGER.log(DozeSensorsUiEvent.ACTION_AMBIENT_GESTURE_PICKUP); in onTrigger()