Home
last modified time | relevance | path

Searched refs:BIOMETRIC_LOCKOUT_PERMANENT (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/java/android/hardware/biometrics/
H A DBiometricConstants.java291 int BIOMETRIC_LOCKOUT_PERMANENT = 2; field
297 @IntDef({BIOMETRIC_LOCKOUT_NONE, BIOMETRIC_LOCKOUT_TIMED, BIOMETRIC_LOCKOUT_PERMANENT})
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/
H A DPreAuthInfo.java60 static final int BIOMETRIC_LOCKOUT_PERMANENT = 11; field in PreAuthInfo
214 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,
H A DUtils.java31 import static com.android.server.biometrics.PreAuthInfo.BIOMETRIC_LOCKOUT_PERMANENT;
351 case BIOMETRIC_LOCKOUT_PERMANENT: in authenticatorStatusToBiometricConstant()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DLockoutTracker.java31 int LOCKOUT_PERMANENT = BiometricConstants.BIOMETRIC_LOCKOUT_PERMANENT;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java30 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()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardUpdateMonitorTest.java1397 testMultiUserLockout_whenUserSwitches(BiometricConstants.BIOMETRIC_LOCKOUT_PERMANENT, in testMultiUserLockoutChanged_whenUserSwitches()
1398 BiometricConstants.BIOMETRIC_LOCKOUT_PERMANENT); in testMultiUserLockoutChanged_whenUserSwitches()