Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/biometrics/
DBiometricConstants.java86 int BIOMETRIC_ERROR_LOCKOUT = 7; field
/frameworks/base/services/core/java/com/android/server/biometrics/
DAuthenticationClient.java118 case BiometricConstants.BIOMETRIC_ERROR_LOCKOUT: in onError()
208 ? BiometricConstants.BIOMETRIC_ERROR_LOCKOUT in onAuthenticated()
DBiometricServiceBase.java970 BiometricConstants.BIOMETRIC_ERROR_LOCKOUT : in startAuthentication()
DBiometricService.java1432 final boolean errorLockout = error == BiometricConstants.BIOMETRIC_ERROR_LOCKOUT in handleOnError()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DAuthControllerTest.java256 final int error = BiometricConstants.BIOMETRIC_ERROR_LOCKOUT; in testErrorLockout_whenCredentialAllowed_AnimatesToCredentialUI()
282 final int error = BiometricConstants.BIOMETRIC_ERROR_LOCKOUT; in testErrorLockout_whenCredentialNotAllowed_sendsOnError()
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DBiometricServiceTest.java769 BiometricConstants.BIOMETRIC_ERROR_LOCKOUT, in testErrorFromHal_whilePreparingAuthentication_credentialAllowed()
804 BiometricConstants.BIOMETRIC_ERROR_LOCKOUT, in testErrorFromHal_whilePreparingAuthentication_credentialNotAllowed()
905 BiometricConstants.BIOMETRIC_ERROR_LOCKOUT, in testLockout_whileAuthenticating_credentialAllowed()
913 eq(BiometricConstants.BIOMETRIC_ERROR_LOCKOUT), in testLockout_whileAuthenticating_credentialAllowed()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthController.java339 final boolean isLockout = (error == BiometricConstants.BIOMETRIC_ERROR_LOCKOUT) in onBiometricError()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/api/
Dcurrent.txt17093 field public static final int BIOMETRIC_ERROR_LOCKOUT = 7; // 0x7