Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/biometrics/
DBiometricConstants.java107 int BIOMETRIC_ERROR_LOCKOUT_PERMANENT = 9; field
187 BIOMETRIC_ERROR_LOCKOUT_PERMANENT,
/frameworks/base/services/core/java/com/android/server/biometrics/
DUtils.java300 case BiometricConstants.BIOMETRIC_ERROR_LOCKOUT_PERMANENT: in biometricConstantsToBiometricManager()
364 return BiometricConstants.BIOMETRIC_ERROR_LOCKOUT_PERMANENT; in authenticatorStatusToBiometricConstant()
DAuthSession.java461 || error == BiometricConstants.BIOMETRIC_ERROR_LOCKOUT_PERMANENT; in onErrorReceived()
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DUtilsTest.java231 {BiometricConstants.BIOMETRIC_ERROR_LOCKOUT_PERMANENT, in testBiometricConstantsConversion()
DAuthSessionTest.java639 BiometricConstants.BIOMETRIC_ERROR_LOCKOUT_PERMANENT, 0); in onErrorReceivedAfterOnTryAgainPressedWhenSensorsAuthenticating()
672 BiometricConstants.BIOMETRIC_ERROR_LOCKOUT_PERMANENT, 0); in onErrorReceivedAfterOnTryAgainPressedWhenSensorStopped()
DBiometricServiceTest.java1017 BiometricPrompt.BIOMETRIC_ERROR_LOCKOUT_PERMANENT); in testBiometricAuth_whenBiometricLockoutPermanent_sendsErrorAndModality()
1046 BiometricPrompt.BIOMETRIC_ERROR_LOCKOUT_PERMANENT); in testMultiBiometricAuth_whenLockoutPermanent_sendsErrorAndModality()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
DAuthenticationClient.java351 : BiometricConstants.BIOMETRIC_ERROR_LOCKOUT_PERMANENT; in start()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/
DAuthControllerTest.java607 final int error = BiometricConstants.BIOMETRIC_ERROR_LOCKOUT_PERMANENT; in testErrorLockoutPermanent_whenCredentialAllowed_AnimatesToCredentialUI()
636 final int error = BiometricConstants.BIOMETRIC_ERROR_LOCKOUT_PERMANENT; in testErrorLockoutPermanent_whenCredentialNotAllowed_sendsOnError()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
DFingerprintAuthenticationClient.java220 : BiometricConstants.BIOMETRIC_ERROR_LOCKOUT_PERMANENT; in handleLockout()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/
DBiometricViewBinder.kt542 BiometricConstants.BIOMETRIC_ERROR_LOCKOUT_PERMANENT,
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/face/aidl/
DFaceAuthenticationClientTest.java324 eq(BiometricConstants.BIOMETRIC_ERROR_LOCKOUT_PERMANENT), anyInt()); in authWithLockout()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthController.java1068 || (error == BiometricConstants.BIOMETRIC_ERROR_LOCKOUT_PERMANENT); in onBiometricError()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt18930 field public static final int BIOMETRIC_ERROR_LOCKOUT_PERMANENT = 9; // 0x9