Searched defs:errMsgId (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/v4/api23/android/support/v4/hardware/fingerprint/
H A DFingerprintManagerCompatApi23.java85 public void onAuthenticationError(int errMsgId, CharSequence errString) {
86 callback.onAuthenticationError(errMsgId, errString);
148 public void onAuthenticationError(int errMsgId, CharSequence errString) { } argument
/frameworks/support/v4/java/android/support/v4/hardware/fingerprint/
H A DFingerprintManagerCompat.java176 * @param errMsgId An integer identifying the error message
179 public void onAuthenticationError(int errMsgId, CharSequence errString) { } argument
289 public void onAuthenticationError(int errMsgId, CharSequence errString) {
290 callback.onAuthenticationError(errMsgId, errString);
/frameworks/base/core/java/android/hardware/fingerprint/
H A DFingerprintManager.java346 * @param errMsgId An integer identifying the error message
349 public void onEnrollmentError(int errMsgId, CharSequence errString) { } argument
382 * @param errMsgId An associated error message id
385 public void onRemovalError(Fingerprint fp, int errMsgId, CharSequence errString) { } argument
695 sendErrorResult((Long) msg.obj /* deviceId */, msg.arg1 /* errMsgId */);
717 private void sendErrorResult(long deviceId, int errMsgId) { argument
719 mEnrollmentCallback.onEnrollmentError(errMsgId, getErrorString(errMsgId));
721 mAuthenticationCallback.onAuthenticationError(errMsgId, getErrorString(errMsgId));
[all...]

Completed in 166 milliseconds