Home
last modified time | relevance | path

Searched refs:BIOMETRIC_ERROR_LOCKOUT (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/java/android/hardware/biometrics/
DBiometricConstants.java92 int BIOMETRIC_ERROR_LOCKOUT = 7; field
185 BIOMETRIC_ERROR_LOCKOUT,
/frameworks/base/services/core/java/com/android/server/biometrics/
DUtils.java299 case BiometricConstants.BIOMETRIC_ERROR_LOCKOUT: in biometricConstantsToBiometricManager()
361 return BiometricConstants.BIOMETRIC_ERROR_LOCKOUT; in authenticatorStatusToBiometricConstant()
DAuthSession.java460 final boolean errorLockout = error == BiometricConstants.BIOMETRIC_ERROR_LOCKOUT in onErrorReceived()
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DBiometricServiceTest.java961 BiometricConstants.BIOMETRIC_ERROR_LOCKOUT, in testErrorFromHal_whilePreparingAuthentication_credentialAllowed()
995 BiometricConstants.BIOMETRIC_ERROR_LOCKOUT, in testErrorFromHal_whilePreparingAuthentication_credentialNotAllowed()
1001 eq(BiometricConstants.BIOMETRIC_ERROR_LOCKOUT), in testErrorFromHal_whilePreparingAuthentication_credentialNotAllowed()
1010 BiometricPrompt.BIOMETRIC_ERROR_LOCKOUT); in testBiometricAuth_whenBiometricLockoutTimed_sendsErrorAndModality()
1039 BiometricPrompt.BIOMETRIC_ERROR_LOCKOUT); in testMultiBiometricAuth_whenLockoutTimed_sendsErrorAndModality()
1196 BiometricConstants.BIOMETRIC_ERROR_LOCKOUT, in testLockout_whileAuthenticating_credentialAllowed()
1204 eq(BiometricConstants.BIOMETRIC_ERROR_LOCKOUT), in testLockout_whileAuthenticating_credentialAllowed()
DUtilsTest.java229 {BiometricConstants.BIOMETRIC_ERROR_LOCKOUT, in testBiometricConstantsConversion()
DAuthSessionTest.java255 session.onErrorReceived(0, cookie1, BiometricConstants.BIOMETRIC_ERROR_LOCKOUT, 0); in testOnErrorReceived_lockoutError()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
DAuthenticationClient.java350 ? BiometricConstants.BIOMETRIC_ERROR_LOCKOUT in start()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/
DAuthControllerTest.java594 final int error = BiometricConstants.BIOMETRIC_ERROR_LOCKOUT; in testErrorLockout_whenCredentialAllowed_AnimatesToCredentialUI()
621 final int error = BiometricConstants.BIOMETRIC_ERROR_LOCKOUT; in testErrorLockout_whenCredentialNotAllowed_sendsOnError()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
DFingerprintAuthenticationClient.java219 ? BiometricConstants.BIOMETRIC_ERROR_LOCKOUT in handleLockout()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/
DBiometricViewBinder.kt540 BiometricConstants.BIOMETRIC_ERROR_LOCKOUT,
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthController.java1067 final boolean isLockout = (error == BiometricConstants.BIOMETRIC_ERROR_LOCKOUT) in onBiometricError()
/frameworks/base/core/api/
Dcurrent.txt18929 field public static final int BIOMETRIC_ERROR_LOCKOUT = 7; // 0x7