Searched refs:errMsgId (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/compat/api23/android/support/v4/hardware/fingerprint/
H A DFingerprintManagerCompatApi23.java89 public void onAuthenticationError(int errMsgId, CharSequence errString) {
90 callback.onAuthenticationError(errMsgId, errString);
152 public void onAuthenticationError(int errMsgId, CharSequence errString) { } argument
/frameworks/base/core/java/android/hardware/fingerprint/
H A DFingerprintManager.java356 * @param errMsgId An integer identifying the error message
359 public void onEnrollmentError(int errMsgId, CharSequence errString) { } argument
392 * @param errMsgId An associated error message id
395 public void onRemovalError(Fingerprint fp, int errMsgId, CharSequence errString) { } argument
809 sendErrorResult((Long) msg.obj /* deviceId */, msg.arg1 /* errMsgId */);
834 private void sendErrorResult(long deviceId, int errMsgId) { argument
836 mEnrollmentCallback.onEnrollmentError(errMsgId, getErrorString(errMsgId));
838 mAuthenticationCallback.onAuthenticationError(errMsgId, getErrorString(errMsgId));
[all...]
/frameworks/support/compat/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/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java777 public void onAuthenticationError(int errMsgId, CharSequence errString) {
778 handleFingerprintError(errMsgId, errString.toString());

Completed in 4292 milliseconds