Home
last modified time | relevance | path

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

/cts/hostsidetests/biometrics/app/src/android/server/biometrics/cts/app/
DTestAuthCallback.java44 public void onAuthenticationError(int errorCode, CharSequence errString) { in onAuthenticationError() method in TestAuthCallback
/cts/tests/framework/base/biometrics/src/android/server/biometrics/
DBiometricSimpleTests.java321 verify(callback).onAuthenticationError( in testWhenCredentialNotEnrolled()
339 verify(callback).onAuthenticationError( in testWhenCredentialNotEnrolled()
399 verify(callback).onAuthenticationError(eq(BiometricPrompt.BIOMETRIC_ERROR_CANCELED), in testWhenCredentialEnrolled()
414 verify(callback).onAuthenticationError(eq(BiometricPrompt.BIOMETRIC_ERROR_CANCELED), in testWhenCredentialEnrolled()
459 verify(callback).onAuthenticationError(anyInt(), anyObject()); in testSimpleBiometricAuth_convenience()
619 verify(callback).onAuthenticationError(eq(BiometricPrompt.BIOMETRIC_ERROR_CANCELED), in testBiometricCancellation()
DBiometricTestBase.java512 public void onAuthenticationError(int errorCode, CharSequence errString) { in showBiometricPromptWithAuthenticators()
/cts/tests/framework/base/biometrics/src/android/server/biometrics/fingerprint/util/
DFingerprintCallbackHelper.java87 public void onAuthenticationError(int errorCode, CharSequence errString) { in onAuthenticationError() method in FingerprintCallbackHelper
/cts/tests/framework/base/biometrics/src/android/server/biometrics/util/
DBiometricCallbackHelper.java96 public void onAuthenticationError(int errorCode, CharSequence errString) { in onAuthenticationError() method in BiometricCallbackHelper
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DFingerprintBoundKeysTest.java315 public void onAuthenticationError(int errMsgId, CharSequence errString) { in onAuthenticationError() method in FingerprintBoundKeysTest.FingerprintAuthDialogFragment.FingerprintManagerCallback
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DAuthenticationBoundKeyTestActivity.java350 public void onAuthenticationError(int errMsgId, CharSequence errString) { in onAuthenticationError() method in AuthenticationBoundKeyTestActivity.FingerprintAuthDialogFragment.FingerprintManagerCallback
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt18937 method public void onAuthenticationError(int, CharSequence);
20413 method @Deprecated public void onAuthenticationError(int, CharSequence);