Home
last modified time | relevance | path

Searched refs:onAuthenticationError (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/java/android/hardware/biometrics/
DBiometricAuthenticator.java216 public void onAuthenticationError(int errorCode, CharSequence errString) {} in onAuthenticationError() method in BiometricAuthenticator.AuthenticationCallback
DBiometricPrompt.java519 mAuthenticationCallback.onAuthenticationError(error, stringToSend);
791 public void onAuthenticationError(int errorCode, CharSequence errString) {} in onAuthenticationError() method in BiometricPrompt.AuthenticationCallback
1073 mExecutor.execute(() -> callback.onAuthenticationError( in authenticateInternal()
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/
DCoexCoordinatorTest.java507 mCoexCoordinator.onAuthenticationError(client, BiometricConstants.BIOMETRIC_ERROR_TIMEOUT, in testBiometricPrompt_FaceError()
533 mCoexCoordinator.onAuthenticationError(client, BiometricConstants.BIOMETRIC_ERROR_TIMEOUT, in testKeyguard_faceAuthOnly()
565 mCoexCoordinator.onAuthenticationError(faceClient, in testKeyguard_coex_faceError()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardUpdateMonitorTest.java657 .onAuthenticationError(FaceManager.FACE_ERROR_LOCKOUT_PERMANENT, ""); in testFaceAndFingerprintLockout_onlyFace()
669 .onAuthenticationError(FingerprintManager.FINGERPRINT_ERROR_LOCKOUT_PERMANENT, ""); in testFaceAndFingerprintLockout_onlyFingerprint()
682 .onAuthenticationError(FaceManager.FACE_ERROR_LOCKOUT_PERMANENT, ""); in testFaceAndFingerprintLockout()
684 .onAuthenticationError(FingerprintManager.FINGERPRINT_ERROR_LOCKOUT_PERMANENT, ""); in testFaceAndFingerprintLockout()
/frameworks/base/core/java/android/hardware/fingerprint/
DFingerprintManager.java341 public void onAuthenticationError(int errorCode, CharSequence errString) { } in onAuthenticationError() method in FingerprintManager.AuthenticationCallback
576 callback.onAuthenticationError(FINGERPRINT_ERROR_HW_UNAVAILABLE, in authenticate()
1247 mAuthenticationCallback.onAuthenticationError(clientErrMsgId, in sendErrorResult()
/frameworks/base/core/java/android/hardware/face/
DFaceManager.java233 callback.onAuthenticationError(FACE_ERROR_HW_UNAVAILABLE, in authenticate()
918 public void onAuthenticationError(int errorCode, CharSequence errString) { in onAuthenticationError() method in FaceManager.AuthenticationCallback
1240 mAuthenticationCallback.onAuthenticationError(clientErrMsgId, in sendErrorResult()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
DAuthenticationClient.java394 CoexCoordinator.getInstance().onAuthenticationError(this, errorCode, this::vibrateError); in onError()
DCoexCoordinator.java381 public void onAuthenticationError(@NonNull AuthenticationClient<?> client, in onAuthenticationError() method in CoexCoordinator
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/
DFingerprintService.java343 public void onAuthenticationError(int errorCode, CharSequence errString) { in authenticateWithPrompt()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java1433 public void onAuthenticationError(int errMsgId, CharSequence errString) {
1505 public void onAuthenticationError(int errMsgId, CharSequence errString) {
/frameworks/base/core/api/
Dcurrent.txt17815 method public void onAuthenticationError(int, CharSequence);
18940 method @Deprecated public void onAuthenticationError(int, CharSequence);
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt21394 Landroid/hardware/biometrics/BiometricAuthenticator$AuthenticationCallback;->onAuthenticationError(…