Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/biometrics/
DBiometricConstants.java106 int BIOMETRIC_ERROR_LOCKOUT_PERMANENT = 9; field
175 BIOMETRIC_ERROR_LOCKOUT_PERMANENT,
/frameworks/base/services/core/java/com/android/server/biometrics/
DUtils.java280 case BiometricConstants.BIOMETRIC_ERROR_LOCKOUT_PERMANENT: in biometricConstantsToBiometricManager()
341 return BiometricConstants.BIOMETRIC_ERROR_LOCKOUT_PERMANENT; in authenticatorStatusToBiometricConstant()
DAuthSession.java441 || error == BiometricConstants.BIOMETRIC_ERROR_LOCKOUT_PERMANENT; in onErrorReceived()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/
DFingerprintAuthenticationClient.java122 : BiometricConstants.BIOMETRIC_ERROR_LOCKOUT_PERMANENT; in onAuthenticated()
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DUtilsTest.java231 {BiometricConstants.BIOMETRIC_ERROR_LOCKOUT_PERMANENT, in testBiometricConstantsConversion()
DBiometricServiceTest.java846 BiometricPrompt.BIOMETRIC_ERROR_LOCKOUT_PERMANENT); in testBiometricAuth_whenBiometricLockoutPermanent_sendsErrorAndModality()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DAuthControllerTest.java344 final int error = BiometricConstants.BIOMETRIC_ERROR_LOCKOUT_PERMANENT; in testErrorLockoutPermanent_whenCredentialAllowed_AnimatesToCredentialUI()
373 final int error = BiometricConstants.BIOMETRIC_ERROR_LOCKOUT_PERMANENT; in testErrorLockoutPermanent_whenCredentialNotAllowed_sendsOnError()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
DAuthenticationClient.java410 : BiometricConstants.BIOMETRIC_ERROR_LOCKOUT_PERMANENT; in start()
DCoexCoordinator.java392 case BiometricConstants.BIOMETRIC_ERROR_LOCKOUT_PERMANENT: in onAuthenticationError()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthController.java597 || (error == BiometricConstants.BIOMETRIC_ERROR_LOCKOUT_PERMANENT); in onBiometricError()
/frameworks/base/core/api/
Dcurrent.txt17802 field public static final int BIOMETRIC_ERROR_LOCKOUT_PERMANENT = 9; // 0x9