Home
last modified time | relevance | path

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

/cts/tests/framework/base/biometrics/src/android/server/biometrics/
DBiometricSimpleTests.java153 verify(callback).onAuthenticationError( in testWhenCredentialNotEnrolled()
163 verify(callback).onAuthenticationError( in testWhenCredentialNotEnrolled()
201 verify(callback).onAuthenticationError(eq(BiometricPrompt.BIOMETRIC_ERROR_CANCELED), in testWhenCredentialEnrolled()
216 verify(callback).onAuthenticationError(eq(BiometricPrompt.BIOMETRIC_ERROR_CANCELED), in testWhenCredentialEnrolled()
354 verify(callback).onAuthenticationError(eq(BiometricPrompt.BIOMETRIC_ERROR_CANCELED), in testBiometricCancellation()
DBiometricCallbackHelper.java96 public void onAuthenticationError(int errorCode, CharSequence errString) { in onAuthenticationError() method in BiometricCallbackHelper
DBiometricTestBase.java382 public void onAuthenticationError(int errorCode, CharSequence errString) { in showDefaultBiometricPromptWithContents()
425 public void onAuthenticationError(int errorCode, CharSequence errString) { in showBiometricPromptWithAuthenticators()
/cts/tests/framework/base/biometrics/src/android/server/biometrics/fingerprint/
DFingerprintCallbackHelper.java87 public void onAuthenticationError(int errorCode, CharSequence errString) { in onAuthenticationError() method in FingerprintCallbackHelper
/cts/tests/tests/hardware/src/android/hardware/fingerprint/cts/
DFingerprintManagerTest.java41 public void onAuthenticationError(int errorCode, CharSequence errString) {
/cts/tests/tests/hardware/src/android/hardware/biometrics/cts/
DBiometricPromptTest.java50 public void onAuthenticationError(int errorCode, CharSequence errString) {
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DFingerprintBoundKeysTest.java285 public void onAuthenticationError(int errMsgId, CharSequence errString) { in onAuthenticationError() method in FingerprintBoundKeysTest.FingerprintAuthDialogFragment.FingerprintManagerCallback
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DAuthenticationBoundKeyTestActivity.java340 public void onAuthenticationError(int errMsgId, CharSequence errString) { in onAuthenticationError() method in AuthenticationBoundKeyTestActivity.FingerprintAuthDialogFragment.FingerprintManagerCallback