/frameworks/base/core/java/android/hardware/biometrics/ |
D | BiometricAuthenticator.java | 216 public void onAuthenticationError(int errorCode, CharSequence errString) {} in onAuthenticationError() method in BiometricAuthenticator.AuthenticationCallback
|
D | BiometricPrompt.java | 519 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/ |
D | CoexCoordinatorTest.java | 507 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/ |
D | KeyguardUpdateMonitorTest.java | 657 .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/ |
D | FingerprintManager.java | 341 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/ |
D | FaceManager.java | 233 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/ |
D | AuthenticationClient.java | 394 CoexCoordinator.getInstance().onAuthenticationError(this, errorCode, this::vibrateError); in onError()
|
D | CoexCoordinator.java | 381 public void onAuthenticationError(@NonNull AuthenticationClient<?> client, in onAuthenticationError() method in CoexCoordinator
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/ |
D | FingerprintService.java | 343 public void onAuthenticationError(int errorCode, CharSequence errString) { in authenticateWithPrompt()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardUpdateMonitor.java | 1433 public void onAuthenticationError(int errMsgId, CharSequence errString) { 1505 public void onAuthenticationError(int errMsgId, CharSequence errString) {
|
/frameworks/base/core/api/ |
D | current.txt | 17815 method public void onAuthenticationError(int, CharSequence); 18940 method @Deprecated public void onAuthenticationError(int, CharSequence);
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 21394 Landroid/hardware/biometrics/BiometricAuthenticator$AuthenticationCallback;->onAuthenticationError(…
|