Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardPinViewController.java105 mUiEventLogger.log(PinBouncerUiEvent.ATTEMPT_UNLOCK_WITH_AUTO_CONFIRM_FEATURE); in onUserInput()
197 enum PinBouncerUiEvent implements UiEventLogger.UiEventEnum { enum in KeyguardPinViewController
203 PinBouncerUiEvent(int id) { in PinBouncerUiEvent() method in KeyguardPinViewController.PinBouncerUiEvent
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardPinViewControllerTest.kt30 import com.android.keyguard.KeyguardPinViewController.PinBouncerUiEvent
281 verify(uiEventLogger).log(PinBouncerUiEvent.ATTEMPT_UNLOCK_WITH_AUTO_CONFIRM_FEATURE) in onUserInput_autoConfirmation_attemptsUnlock()