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.java73 private static final UiEventLogger UI_EVENT_LOGGER = new UiEventLoggerImpl(); field in BiometricUnlockController
361 .ifPresent(UI_EVENT_LOGGER::log); in onBiometricAuthenticated()
617 .ifPresent(UI_EVENT_LOGGER::log); in onBiometricAuthFailed()
628 .ifPresent(UI_EVENT_LOGGER::log); in onBiometricError()
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeSensors.java64 private static final UiEventLogger UI_EVENT_LOGGER = new UiEventLoggerImpl(); field in DozeSensors
497 UI_EVENT_LOGGER.log(DozeSensorsUiEvent.ACTION_AMBIENT_GESTURE_PICKUP); in onTrigger()