Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardBiometricLockoutLogger.kt28 import com.android.keyguard.KeyguardBiometricLockoutLogger.PrimaryAuthRequiredEvent
67 log(PrimaryAuthRequiredEvent.PRIMARY_AUTH_REQUIRED_FINGERPRINT_LOCKED_OUT) in onLockedOutStateChanged()
69 log(PrimaryAuthRequiredEvent.PRIMARY_AUTH_REQUIRED_FINGERPRINT_LOCKED_OUT_RESET) in onLockedOutStateChanged()
75 log(PrimaryAuthRequiredEvent.PRIMARY_AUTH_REQUIRED_FACE_LOCKED_OUT) in onLockedOutStateChanged()
77 log(PrimaryAuthRequiredEvent.PRIMARY_AUTH_REQUIRED_FACE_LOCKED_OUT_RESET) in onLockedOutStateChanged()
92 log(PrimaryAuthRequiredEvent.PRIMARY_AUTH_REQUIRED_ENCRYPTED_OR_LOCKDOWN) in onStrongAuthStateChanged()
98 log(PrimaryAuthRequiredEvent.PRIMARY_AUTH_REQUIRED_UNATTENDED_UPDATE) in onStrongAuthStateChanged()
104 log(PrimaryAuthRequiredEvent.PRIMARY_AUTH_REQUIRED_TIMEOUT) in onStrongAuthStateChanged()
119 private fun log(event: PrimaryAuthRequiredEvent) = in isUnattendedUpdate()
135 enum class PrimaryAuthRequiredEvent(private val mId: Int) : UiEventLogger.UiEventEnum { class in com.android.keyguard.KeyguardBiometricLockoutLogger
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardBiometricLockoutLoggerTest.kt85 verify(uiEventLogger).log(KeyguardBiometricLockoutLogger.PrimaryAuthRequiredEvent in test_logsOnStart()
102 verify(uiEventLogger).log(KeyguardBiometricLockoutLogger.PrimaryAuthRequiredEvent in test_logTimeoutChange()
119 verify(uiEventLogger).log(KeyguardBiometricLockoutLogger.PrimaryAuthRequiredEvent in test_logUnattendedUpdate()
137 verify(uiEventLogger).log(KeyguardBiometricLockoutLogger.PrimaryAuthRequiredEvent in test_logMultipleChanges()
139 verify(uiEventLogger).log(KeyguardBiometricLockoutLogger.PrimaryAuthRequiredEvent in test_logMultipleChanges()
161 verify(uiEventLogger).log(KeyguardBiometricLockoutLogger.PrimaryAuthRequiredEvent in test_logFaceLockout()
169 verify(uiEventLogger).log(KeyguardBiometricLockoutLogger.PrimaryAuthRequiredEvent in test_logFaceLockout()
185 verify(uiEventLogger).log(KeyguardBiometricLockoutLogger.PrimaryAuthRequiredEvent in test_logFingerprintLockout()
193 verify(uiEventLogger).log(KeyguardBiometricLockoutLogger.PrimaryAuthRequiredEvent in test_logFingerprintLockout()