Searched refs:BIOMETRIC_LOCKOUT_PERMANENT (Results 1 – 8 of 8) sorted by relevance
292 int BIOMETRIC_LOCKOUT_PERMANENT = 2; field298 @IntDef({BIOMETRIC_LOCKOUT_NONE, BIOMETRIC_LOCKOUT_TIMED, BIOMETRIC_LOCKOUT_PERMANENT})
60 static final int BIOMETRIC_LOCKOUT_PERMANENT = 11; field in PreAuthInfo214 return BIOMETRIC_LOCKOUT_PERMANENT; in getStatusForBiometricAuthenticator()279 if (status == BIOMETRIC_LOCKOUT_TIMED || status == BIOMETRIC_LOCKOUT_PERMANENT) { in calculateErrorByPriority()427 case BIOMETRIC_LOCKOUT_PERMANENT: in getPreAuthenticateStatus()511 BIOMETRIC_LOCKOUT_PERMANENT,
31 import static com.android.server.biometrics.PreAuthInfo.BIOMETRIC_LOCKOUT_PERMANENT;363 case BIOMETRIC_LOCKOUT_PERMANENT: in authenticatorStatusToBiometricConstant()
32 BiometricConstants.BIOMETRIC_LOCKOUT_PERMANENT -> LockoutMode.PERMANENT in toLockoutMode()
31 int LOCKOUT_PERMANENT = BiometricConstants.BIOMETRIC_LOCKOUT_PERMANENT;
22 import android.hardware.biometrics.BiometricConstants.BIOMETRIC_LOCKOUT_PERMANENT163 .thenReturn(BIOMETRIC_LOCKOUT_PERMANENT) in providesTheLockoutModeFromFaceManager()
30 import static android.hardware.biometrics.BiometricConstants.BIOMETRIC_LOCKOUT_PERMANENT;1085 || mode == BIOMETRIC_LOCKOUT_PERMANENT; in handleFingerprintLockoutReset()1086 mFingerprintLockedOutPermanent = (mode == BIOMETRIC_LOCKOUT_PERMANENT); in handleFingerprintLockoutReset()
1141 testMultiUserLockout_whenUserSwitches(BiometricConstants.BIOMETRIC_LOCKOUT_PERMANENT); in testMultiUserLockoutChanged_whenUserSwitches()