Searched refs:LOCKOUT_PERMANENT (Results 1 – 12 of 12) sorted by relevance
62 LockoutTracker.LOCKOUT_PERMANENT); in testUserUnlockedWithWeak()64 LockoutTracker.LOCKOUT_PERMANENT); in testUserUnlockedWithWeak()66 LockoutTracker.LOCKOUT_PERMANENT); in testUserUnlockedWithWeak()73 LockoutTracker.LOCKOUT_PERMANENT); in testUserUnlockedWithWeak()75 LockoutTracker.LOCKOUT_PERMANENT); in testUserUnlockedWithWeak()77 LockoutTracker.LOCKOUT_PERMANENT); in testUserUnlockedWithWeak()90 LockoutTracker.LOCKOUT_PERMANENT); in testUserLocked()92 LockoutTracker.LOCKOUT_PERMANENT); in testUserLocked()94 LockoutTracker.LOCKOUT_PERMANENT); in testUserLocked()101 LockoutTracker.LOCKOUT_PERMANENT); in testUserLocked()[all …]
64 LockoutTracker.LOCKOUT_PERMANENT); in lockoutAllBiometrics()66 LockoutTracker.LOCKOUT_PERMANENT); in lockoutAllBiometrics()68 LockoutTracker.LOCKOUT_PERMANENT); in lockoutAllBiometrics()106 LockoutTracker.LOCKOUT_PERMANENT); in testConvenienceLockout()116 LockoutTracker.LOCKOUT_PERMANENT); in testWeakLockout()119 LockoutTracker.LOCKOUT_PERMANENT); in testWeakLockout()127 LockoutTracker.LOCKOUT_PERMANENT); in testStrongLockout()129 LockoutTracker.LOCKOUT_PERMANENT); in testStrongLockout()132 LockoutTracker.LOCKOUT_PERMANENT); in testStrongLockout()140 LockoutTracker.LOCKOUT_PERMANENT); in testConvenienceUnlock()[all …]
31 int LOCKOUT_PERMANENT = BiometricConstants.BIOMETRIC_LOCKOUT_PERMANENT; field34 @IntDef({LOCKOUT_NONE, LOCKOUT_TIMED, LOCKOUT_PERMANENT})
152 return LockoutTracker.LOCKOUT_PERMANENT; in getLockoutState()
126 if (lockoutMode == LockoutTracker.LOCKOUT_PERMANENT) { in handleFailedAttempt()
149 return LOCKOUT_PERMANENT; in getLockoutModeForUser()
231 .getLockoutModeForUser(USER_ID)).isEqualTo(LockoutTracker.LOCKOUT_PERMANENT); in setLockoutPermanent()
235 .getLockoutModeForUser(USER_ID)).isEqualTo(LockoutTracker.LOCKOUT_PERMANENT); in setLockoutPermanent()
294 lockoutMode = LockoutTracker.LOCKOUT_PERMANENT; in onLockoutChanged()
213 } else if (lockoutMode == LockoutTracker.LOCKOUT_PERMANENT) { in getStatusForBiometricAuthenticator()
1016 testBiometricAuth_whenLockout(LockoutTracker.LOCKOUT_PERMANENT, in testBiometricAuth_whenBiometricLockoutPermanent_sendsErrorAndModality()1045 testMultiBiometricAuth_whenLockout(LockoutTracker.LOCKOUT_PERMANENT, in testMultiBiometricAuth_whenLockoutPermanent_sendsErrorAndModality()1081 .thenReturn(LockoutTracker.LOCKOUT_PERMANENT); in testBiometricOrCredentialAuth_whenBiometricLockout_showsCredential()1492 testCanAuthenticate_whenLockedOut(LockoutTracker.LOCKOUT_PERMANENT); in testCanAuthenticate_whenLockoutPermanent()
318 LockoutTracker.LOCKOUT_PERMANENT); in authWithLockout()