Searched refs:PrimaryAuthRequiredEvent (Results 1 – 2 of 2) sorted by relevance
28 import com.android.keyguard.KeyguardBiometricLockoutLogger.PrimaryAuthRequiredEvent67 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
85 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()