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