Searched refs:BIOMETRIC_ERROR_LOCKOUT (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/core/java/android/hardware/biometrics/ |
D | BiometricConstants.java | 92 int BIOMETRIC_ERROR_LOCKOUT = 7; field 185 BIOMETRIC_ERROR_LOCKOUT,
|
/frameworks/base/services/core/java/com/android/server/biometrics/ |
D | Utils.java | 299 case BiometricConstants.BIOMETRIC_ERROR_LOCKOUT: in biometricConstantsToBiometricManager() 361 return BiometricConstants.BIOMETRIC_ERROR_LOCKOUT; in authenticatorStatusToBiometricConstant()
|
D | AuthSession.java | 460 final boolean errorLockout = error == BiometricConstants.BIOMETRIC_ERROR_LOCKOUT in onErrorReceived()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/ |
D | BiometricServiceTest.java | 961 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()
|
D | UtilsTest.java | 229 {BiometricConstants.BIOMETRIC_ERROR_LOCKOUT, in testBiometricConstantsConversion()
|
D | AuthSessionTest.java | 255 session.onErrorReceived(0, cookie1, BiometricConstants.BIOMETRIC_ERROR_LOCKOUT, 0); in testOnErrorReceived_lockoutError()
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/ |
D | AuthenticationClient.java | 350 ? BiometricConstants.BIOMETRIC_ERROR_LOCKOUT in start()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/ |
D | AuthControllerTest.java | 594 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/ |
D | FingerprintAuthenticationClient.java | 219 ? BiometricConstants.BIOMETRIC_ERROR_LOCKOUT in handleLockout()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/ |
D | BiometricViewBinder.kt | 540 BiometricConstants.BIOMETRIC_ERROR_LOCKOUT,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | AuthController.java | 1067 final boolean isLockout = (error == BiometricConstants.BIOMETRIC_ERROR_LOCKOUT) in onBiometricError()
|
/frameworks/base/core/api/ |
D | current.txt | 18929 field public static final int BIOMETRIC_ERROR_LOCKOUT = 7; // 0x7
|