Searched refs:onAuthenticationError (Results 1 – 8 of 8) sorted by relevance
/cts/hostsidetests/biometrics/app/src/android/server/biometrics/cts/app/ |
D | TestAuthCallback.java | 44 public void onAuthenticationError(int errorCode, CharSequence errString) { in onAuthenticationError() method in TestAuthCallback
|
/cts/tests/framework/base/biometrics/src/android/server/biometrics/ |
D | BiometricSimpleTests.java | 321 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()
|
D | BiometricTestBase.java | 512 public void onAuthenticationError(int errorCode, CharSequence errString) { in showBiometricPromptWithAuthenticators()
|
/cts/tests/framework/base/biometrics/src/android/server/biometrics/fingerprint/util/ |
D | FingerprintCallbackHelper.java | 87 public void onAuthenticationError(int errorCode, CharSequence errString) { in onAuthenticationError() method in FingerprintCallbackHelper
|
/cts/tests/framework/base/biometrics/src/android/server/biometrics/util/ |
D | BiometricCallbackHelper.java | 96 public void onAuthenticationError(int errorCode, CharSequence errString) { in onAuthenticationError() method in BiometricCallbackHelper
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/ |
D | FingerprintBoundKeysTest.java | 315 public void onAuthenticationError(int errMsgId, CharSequence errString) { in onAuthenticationError() method in FingerprintBoundKeysTest.FingerprintAuthDialogFragment.FingerprintManagerCallback
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
D | AuthenticationBoundKeyTestActivity.java | 350 public void onAuthenticationError(int errMsgId, CharSequence errString) { in onAuthenticationError() method in AuthenticationBoundKeyTestActivity.FingerprintAuthDialogFragment.FingerprintManagerCallback
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 18937 method public void onAuthenticationError(int, CharSequence); 20413 method @Deprecated public void onAuthenticationError(int, CharSequence);
|