Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/
DCoexCoordinatorTest.java172 mCoexCoordinator.onAuthenticationError(mFaceClient, in testBiometricPrompt_coex_errorNoHaptics()
174 mCoexCoordinator.onAuthenticationError(mUdfpsClient, in testBiometricPrompt_coex_errorNoHaptics()
515 mCoexCoordinator.onAuthenticationError(mFaceClient, in testBiometricPrompt_FaceError()
538 mCoexCoordinator.onAuthenticationError(mFaceClient, in testKeyguard_faceAuthOnly()
564 mCoexCoordinator.onAuthenticationError(mFaceClient, in testKeyguard_coex_faceError()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
DAuthenticationClient.java350 coordinator.onAuthenticationError(this, BiometricConstants.BIOMETRIC_ERROR_LOCKOUT, in onLockoutTimed()
368 coordinator.onAuthenticationError(this, in onLockoutPermanent()
412 CoexCoordinator.getInstance().onAuthenticationError(this, errorCode, this::vibrateError); in onError()
DCoexCoordinator.java371 public void onAuthenticationError(@NonNull AuthenticationClient<?> client, in onAuthenticationError() method in CoexCoordinator
/frameworks/base/core/java/android/hardware/biometrics/
DBiometricAuthenticator.java216 public void onAuthenticationError(int errorCode, CharSequence errString) {} in onAuthenticationError() method in BiometricAuthenticator.AuthenticationCallback
DBiometricPrompt.java552 mAuthenticationCallback.onAuthenticationError(error, stringToSend);
845 public void onAuthenticationError(int errorCode, CharSequence errString) {} in onAuthenticationError() method in BiometricPrompt.AuthenticationCallback
1137 mExecutor.execute(() -> callback.onAuthenticationError( in authenticateInternal()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/repository/
DKeyguardFaceAuthManagerTest.kt188 authenticationCallback.value.onAuthenticationError( in faceLockoutStatusIsPropagated()
300 authenticationCallback.value.onAuthenticationError( in faceAuthShouldWaitAndRunIfTriggeredWhileCancelling()
/frameworks/base/core/java/android/hardware/face/
DFaceManager.java232 callback.onAuthenticationError(FACE_ERROR_HW_UNAVAILABLE, in authenticate()
930 public void onAuthenticationError(int errorCode, CharSequence errString) { in onAuthenticationError() method in FaceManager.AuthenticationCallback
1267 mAuthenticationCallback.onAuthenticationError(clientErrMsgId, in sendErrorResult()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DKeyguardFaceAuthManager.kt150 override fun onAuthenticationError(errorCode: Int, errString: CharSequence?) { in onAuthenticationError() method
/frameworks/base/core/java/android/hardware/fingerprint/
DFingerprintManager.java373 public void onAuthenticationError(int errorCode, CharSequence errString) { } in onAuthenticationError() method in FingerprintManager.AuthenticationCallback
618 callback.onAuthenticationError(FINGERPRINT_ERROR_HW_UNAVAILABLE, in authenticate()
1351 mAuthenticationCallback.onAuthenticationError(clientErrMsgId, in sendErrorResult()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardUpdateMonitorTest.java970 .onAuthenticationError(FingerprintManager.BIOMETRIC_ERROR_POWER_PRESSED, ""); in testFingerprintPowerPressed_restartsFingerprintListeningStateWithDelay()
1013 .onAuthenticationError(FINGERPRINT_ERROR_LOCKOUT_PERMANENT, ""); in testFaceAndFingerprintLockout_onlyFingerprint()
1026 .onAuthenticationError(FINGERPRINT_ERROR_LOCKOUT_PERMANENT, ""); in testFaceAndFingerprintLockout()
2602 .onAuthenticationError(FaceManager.FACE_ERROR_LOCKOUT_PERMANENT, ""); in faceAuthLockedOut()
2635 .onAuthenticationError(FINGERPRINT_ERROR_LOCKOUT, "Fingerprint locked out"); in fingerprintErrorTemporaryLockedOut()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/
DFingerprintService.java396 public void onAuthenticationError(int errorCode, CharSequence errString) { in authenticateWithPrompt()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java1753 public void onAuthenticationError(int errMsgId, CharSequence errString) {
1830 public void onAuthenticationError(int errMsgId, CharSequence errString) {
/frameworks/base/core/api/
Dcurrent.txt17277 method public void onAuthenticationError(int, CharSequence);
18505 method @Deprecated public void onAuthenticationError(int, CharSequence);
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt18516 Landroid/hardware/biometrics/BiometricAuthenticator$AuthenticationCallback;->onAuthenticationError(…
/frameworks/base/services/
Dart-profile15519 HPLcom/android/server/biometrics/sensors/CoexCoordinator;->onAuthenticationError(Lcom/android/serve…