Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/biometrics/
H A DBiometricConstants.java91 int BIOMETRIC_ERROR_LOCKOUT = 7; field
184 BIOMETRIC_ERROR_LOCKOUT,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthBiometricFingerprintAndFaceView.kt51 BiometricConstants.BIOMETRIC_ERROR_LOCKOUT,
H A DAuthController.java1078 final boolean isLockout = (error == BiometricConstants.BIOMETRIC_ERROR_LOCKOUT) in onBiometricError()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/
H A DUtils.java287 case BiometricConstants.BIOMETRIC_ERROR_LOCKOUT: in biometricConstantsToBiometricManager()
349 return BiometricConstants.BIOMETRIC_ERROR_LOCKOUT; in authenticatorStatusToBiometricConstant()
H A DAuthSession.java451 final boolean errorLockout = error == BiometricConstants.BIOMETRIC_ERROR_LOCKOUT in onErrorReceived()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
H A DBiometricServiceTest.java930 BiometricConstants.BIOMETRIC_ERROR_LOCKOUT, in testErrorFromHal_whilePreparingAuthentication_credentialAllowed()
964 BiometricConstants.BIOMETRIC_ERROR_LOCKOUT, in testErrorFromHal_whilePreparingAuthentication_credentialNotAllowed()
970 eq(BiometricConstants.BIOMETRIC_ERROR_LOCKOUT), in testErrorFromHal_whilePreparingAuthentication_credentialNotAllowed()
979 BiometricPrompt.BIOMETRIC_ERROR_LOCKOUT); in testBiometricAuth_whenBiometricLockoutTimed_sendsErrorAndModality()
1008 BiometricPrompt.BIOMETRIC_ERROR_LOCKOUT); in testMultiBiometricAuth_whenLockoutTimed_sendsErrorAndModality()
1165 BiometricConstants.BIOMETRIC_ERROR_LOCKOUT, in testLockout_whileAuthenticating_credentialAllowed()
1173 eq(BiometricConstants.BIOMETRIC_ERROR_LOCKOUT), in testLockout_whileAuthenticating_credentialAllowed()
H A DUtilsTest.java229 {BiometricConstants.BIOMETRIC_ERROR_LOCKOUT, in testBiometricConstantsConversion()
H A DAuthSessionTest.java238 session.onErrorReceived(0, cookie1, BiometricConstants.BIOMETRIC_ERROR_LOCKOUT, 0); in testOnErrorReceived_lockoutError()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/
H A DFingerprintAuthenticationClient.java138 ? BiometricConstants.BIOMETRIC_ERROR_LOCKOUT in onAuthenticated()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DAuthenticationClient.java345 ? BiometricConstants.BIOMETRIC_ERROR_LOCKOUT in start()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DAuthControllerTest.java586 final int error = BiometricConstants.BIOMETRIC_ERROR_LOCKOUT; in testErrorLockout_whenCredentialAllowed_AnimatesToCredentialUI()
613 final int error = BiometricConstants.BIOMETRIC_ERROR_LOCKOUT; in testErrorLockout_whenCredentialNotAllowed_sendsOnError()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/
H A DBiometricViewBinder.kt463 BiometricConstants.BIOMETRIC_ERROR_LOCKOUT,
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt18331 field public static final int BIOMETRIC_ERROR_LOCKOUT = 7; // 0x7