Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/hardware/biometrics/
H A DBiometricPromptTest.java87 public void onAuthenticationError(int errorCode, CharSequence errString) { in testCancellationAfterAuthenticationFailed()
88 super.onAuthenticationError(errorCode, errString); in testCancellationAfterAuthenticationFailed()
/aosp14/frameworks/base/core/java/android/hardware/biometrics/
H A DBiometricPrompt.java591 mAuthenticationCallback.onAuthenticationError(error, stringToSend);
900 public void onAuthenticationError(int errorCode, CharSequence errString) {} in onAuthenticationError() method in BiometricPrompt.AuthenticationCallback
1170 mAuthenticationCallback.onAuthenticationError(BIOMETRIC_ERROR_CANCELED, in authenticateInternal()
1201 mExecutor.execute(() -> callback.onAuthenticationError( in authenticateInternal()
H A DBiometricAuthenticator.java216 public void onAuthenticationError(int errorCode, CharSequence errString) {} in onAuthenticationError() method in BiometricAuthenticator.AuthenticationCallback
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/repository/
H A DDeviceEntryFaceAuthRepositoryTest.kt318 authenticationCallback.value.onAuthenticationError(
434 authenticationCallback.value.onAuthenticationError(
718 authenticationCallback.value.onAuthenticationError(-1, "some error")
1000 authenticationCallback.value.onAuthenticationError(
/aosp14/frameworks/base/core/tests/coretests/src/android/hardware/fingerprint/
H A DFingerprintManagerTest.java154 verify(mAuthCallback).onAuthenticationError(eq(FINGERPRINT_ERROR_HW_UNAVAILABLE), any()); in authenticate_errorWhenUnavailable()
/aosp14/frameworks/base/core/tests/coretests/src/android/hardware/face/
H A DFaceManagerTest.java156 verify(mAuthCallback).onAuthenticationError(eq(FACE_ERROR_HW_UNAVAILABLE), any()); in authenticate_errorWhenUnavailable()
/aosp14/frameworks/base/core/java/android/hardware/face/
H A DFaceManager.java266 callback.onAuthenticationError(FACE_ERROR_HW_UNAVAILABLE, in authenticate()
1034 public void onAuthenticationError(int errorCode, CharSequence errString) { in onAuthenticationError() method in FaceManager.AuthenticationCallback
1371 mAuthenticationCallback.onAuthenticationError(clientErrMsgId, in sendErrorResult()
/aosp14/frameworks/base/core/java/android/hardware/fingerprint/
H A DFingerprintManager.java394 public void onAuthenticationError(int errorCode, CharSequence errString) { } in onAuthenticationError() method in FingerprintManager.AuthenticationCallback
670 callback.onAuthenticationError(FINGERPRINT_ERROR_HW_UNAVAILABLE, in authenticate()
1467 mAuthenticationCallback.onAuthenticationError(clientErrMsgId, in sendErrorResult()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardUpdateMonitorTest.java1281 .onAuthenticationError(FingerprintManager.BIOMETRIC_ERROR_POWER_PRESSED, ""); in testFingerprintPowerPressed_restartsFingerprintListeningStateWithDelay()
1324 .onAuthenticationError(FINGERPRINT_ERROR_LOCKOUT_PERMANENT, ""); in testFaceAndFingerprintLockout_onlyFingerprint()
1337 .onAuthenticationError(FINGERPRINT_ERROR_LOCKOUT_PERMANENT, ""); in testFaceAndFingerprintLockout()
3249 .onAuthenticationError(FaceManager.FACE_ERROR_LOCKOUT_PERMANENT, ""); in faceAuthLockOut()
3282 .onAuthenticationError(FINGERPRINT_ERROR_LOCKOUT, "Fingerprint locked out"); in fingerprintErrorTemporaryLockOut()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
H A DDeviceEntryFaceAuthRepository.kt430 override fun onAuthenticationError(errorCode: Int, errString: CharSequence?) {
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/
H A DFingerprintService.java381 public void onAuthenticationError(int errorCode, CharSequence errString) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java1975 public void onAuthenticationError(int errMsgId, CharSequence errString) {
2038 public void onAuthenticationError(int errMsgId, CharSequence errString) {
/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.txt18345 method public void onAuthenticationError(int, CharSequence);
19686 method @Deprecated public void onAuthenticationError(int, CharSequence);
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt18516 Landroid/hardware/biometrics/BiometricAuthenticator$AuthenticationCallback;->onAuthenticationError(…