/aosp14/frameworks/base/core/tests/coretests/src/android/hardware/biometrics/ |
H A D | BiometricPromptTest.java | 87 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 D | BiometricPrompt.java | 591 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 D | BiometricAuthenticator.java | 216 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 D | DeviceEntryFaceAuthRepositoryTest.kt | 318 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 D | FingerprintManagerTest.java | 154 verify(mAuthCallback).onAuthenticationError(eq(FINGERPRINT_ERROR_HW_UNAVAILABLE), any()); in authenticate_errorWhenUnavailable()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/hardware/face/ |
H A D | FaceManagerTest.java | 156 verify(mAuthCallback).onAuthenticationError(eq(FACE_ERROR_HW_UNAVAILABLE), any()); in authenticate_errorWhenUnavailable()
|
/aosp14/frameworks/base/core/java/android/hardware/face/ |
H A D | FaceManager.java | 266 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 D | FingerprintManager.java | 394 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 D | KeyguardUpdateMonitorTest.java | 1281 .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 D | DeviceEntryFaceAuthRepository.kt | 430 override fun onAuthenticationError(errorCode: Int, errString: CharSequence?) {
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/ |
H A D | FingerprintService.java | 381 public void onAuthenticationError(int errorCode, CharSequence errString) {
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardUpdateMonitor.java | 1975 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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 18345 method public void onAuthenticationError(int, CharSequence); 19686 method @Deprecated public void onAuthenticationError(int, CharSequence);
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 18516 Landroid/hardware/biometrics/BiometricAuthenticator$AuthenticationCallback;->onAuthenticationError(…
|