Searched refs:BIOMETRIC_LOCKOUT_PERMANENT (Results 1 – 6 of 6) sorted by relevance
291 int BIOMETRIC_LOCKOUT_PERMANENT = 2; field297 @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()278 if (status == BIOMETRIC_LOCKOUT_TIMED || status == BIOMETRIC_LOCKOUT_PERMANENT) { in calculateErrorByPriority()419 case BIOMETRIC_LOCKOUT_PERMANENT: in getPreAuthenticateStatus()503 BIOMETRIC_LOCKOUT_PERMANENT,
31 import static com.android.server.biometrics.PreAuthInfo.BIOMETRIC_LOCKOUT_PERMANENT;351 case BIOMETRIC_LOCKOUT_PERMANENT: in authenticatorStatusToBiometricConstant()
31 int LOCKOUT_PERMANENT = BiometricConstants.BIOMETRIC_LOCKOUT_PERMANENT;
30 import static android.hardware.biometrics.BiometricConstants.BIOMETRIC_LOCKOUT_PERMANENT;1165 || mode == BIOMETRIC_LOCKOUT_PERMANENT; in handleFingerprintLockoutReset()1166 mFingerprintLockedOutPermanent = (mode == BIOMETRIC_LOCKOUT_PERMANENT); in handleFingerprintLockoutReset()1433 mFaceLockedOutPermanent = (mode == BIOMETRIC_LOCKOUT_PERMANENT); in handleFaceLockoutReset()
1397 testMultiUserLockout_whenUserSwitches(BiometricConstants.BIOMETRIC_LOCKOUT_PERMANENT, in testMultiUserLockoutChanged_whenUserSwitches()1398 BiometricConstants.BIOMETRIC_LOCKOUT_PERMANENT); in testMultiUserLockoutChanged_whenUserSwitches()