Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/biometrics/
DBiometricConstants.java292 int BIOMETRIC_LOCKOUT_PERMANENT = 2; field
298 @IntDef({BIOMETRIC_LOCKOUT_NONE, BIOMETRIC_LOCKOUT_TIMED, BIOMETRIC_LOCKOUT_PERMANENT})
/frameworks/base/services/core/java/com/android/server/biometrics/
DPreAuthInfo.java60 static final int BIOMETRIC_LOCKOUT_PERMANENT = 11; field in PreAuthInfo
214 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,
DUtils.java31 import static com.android.server.biometrics.PreAuthInfo.BIOMETRIC_LOCKOUT_PERMANENT;
363 case BIOMETRIC_LOCKOUT_PERMANENT: in authenticatorStatusToBiometricConstant()
/frameworks/base/packages/SystemUI/shared/biometrics/src/com/android/systemui/biometrics/shared/model/
DLockoutMode.kt32 BiometricConstants.BIOMETRIC_LOCKOUT_PERMANENT -> LockoutMode.PERMANENT in toLockoutMode()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
DLockoutTracker.java31 int LOCKOUT_PERMANENT = BiometricConstants.BIOMETRIC_LOCKOUT_PERMANENT;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/data/repository/
DFacePropertyRepositoryImplTest.kt22 import android.hardware.biometrics.BiometricConstants.BIOMETRIC_LOCKOUT_PERMANENT
163 .thenReturn(BIOMETRIC_LOCKOUT_PERMANENT) in providesTheLockoutModeFromFaceManager()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java30 import static android.hardware.biometrics.BiometricConstants.BIOMETRIC_LOCKOUT_PERMANENT;
1085 || mode == BIOMETRIC_LOCKOUT_PERMANENT; in handleFingerprintLockoutReset()
1086 mFingerprintLockedOutPermanent = (mode == BIOMETRIC_LOCKOUT_PERMANENT); in handleFingerprintLockoutReset()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardUpdateMonitorTest.java1141 testMultiUserLockout_whenUserSwitches(BiometricConstants.BIOMETRIC_LOCKOUT_PERMANENT); in testMultiUserLockoutChanged_whenUserSwitches()