Home
last modified time | relevance | path

Searched refs:errString (Results 1 – 6 of 6) sorted by relevance

/cts/hostsidetests/biometrics/app/src/android/server/biometrics/cts/app/
DTestAuthCallback.java44 public void onAuthenticationError(int errorCode, CharSequence errString) { in onAuthenticationError() argument
45 Log.d(mTag, "onAuthenticationError (" + errorCode + "): " + errString); in onAuthenticationError()
/cts/tests/framework/base/biometrics/src/android/server/biometrics/util/
DBiometricCallbackHelper.java96 public void onAuthenticationError(int errorCode, CharSequence errString) { in onAuthenticationError() argument
97 Log.d(TAG, "onAuthenticationError: " + errorCode + ", " + errString); in onAuthenticationError()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DFingerprintBoundKeysTest.java315 public void onAuthenticationError(int errMsgId, CharSequence errString) { in onAuthenticationError() argument
317 Log.i(TAG,"onAuthenticationError: id=" + errMsgId + "; str=" + errString); in onAuthenticationError()
320 showToast(errString.toString()); in onAuthenticationError()
/cts/tests/framework/base/biometrics/src/android/server/biometrics/fingerprint/util/
DFingerprintCallbackHelper.java87 public void onAuthenticationError(int errorCode, CharSequence errString) { in onAuthenticationError() argument
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DAuthenticationBoundKeyTestActivity.java350 public void onAuthenticationError(int errMsgId, CharSequence errString) { in onAuthenticationError() argument
352 showToast(errString.toString()); in onAuthenticationError()
/cts/tests/framework/base/biometrics/src/android/server/biometrics/
DBiometricTestBase.java512 public void onAuthenticationError(int errorCode, CharSequence errString) { in showBiometricPromptWithAuthenticators()