Searched refs:UI_EVENT_LOGGER (Results 1 – 2 of 2) sorted by relevance
76 private static final UiEventLogger UI_EVENT_LOGGER = new UiEventLoggerImpl(); field in BiometricUnlockController374 .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()
94 private static final UiEventLogger UI_EVENT_LOGGER = new UiEventLoggerImpl(); field in DozeSensors694 UI_EVENT_LOGGER.log(DozeSensorsUiEvent.ACTION_AMBIENT_GESTURE_PICKUP); in onTrigger()