/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/ |
D | CoexCoordinatorTest.java | 172 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/ |
D | AuthenticationClient.java | 350 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()
|
D | CoexCoordinator.java | 371 public void onAuthenticationError(@NonNull AuthenticationClient<?> client, in onAuthenticationError() method in CoexCoordinator
|
/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 | 552 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/ |
D | KeyguardFaceAuthManagerTest.kt | 188 authenticationCallback.value.onAuthenticationError( in faceLockoutStatusIsPropagated() 300 authenticationCallback.value.onAuthenticationError( in faceAuthShouldWaitAndRunIfTriggeredWhileCancelling()
|
/frameworks/base/core/java/android/hardware/face/ |
D | FaceManager.java | 232 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/ |
D | KeyguardFaceAuthManager.kt | 150 override fun onAuthenticationError(errorCode: Int, errString: CharSequence?) { in onAuthenticationError() method
|
/frameworks/base/core/java/android/hardware/fingerprint/ |
D | FingerprintManager.java | 373 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/ |
D | KeyguardUpdateMonitorTest.java | 970 .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/ |
D | FingerprintService.java | 396 public void onAuthenticationError(int errorCode, CharSequence errString) { in authenticateWithPrompt()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardUpdateMonitor.java | 1753 public void onAuthenticationError(int errMsgId, CharSequence errString) { 1830 public void onAuthenticationError(int errMsgId, CharSequence errString) {
|
/frameworks/base/core/api/ |
D | current.txt | 17277 method public void onAuthenticationError(int, CharSequence); 18505 method @Deprecated public void onAuthenticationError(int, CharSequence);
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 18516 Landroid/hardware/biometrics/BiometricAuthenticator$AuthenticationCallback;->onAuthenticationError(…
|
/frameworks/base/services/ |
D | art-profile | 15519 HPLcom/android/server/biometrics/sensors/CoexCoordinator;->onAuthenticationError(Lcom/android/serve…
|