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

/frameworks/support/compat/api23/android/support/v4/hardware/fingerprint/
H A DFingerprintManagerCompatApi23.java111 public void onAuthenticationError(int errMsgId, CharSequence errString) {
112 callback.onAuthenticationError(errMsgId, errString);
174 public void onAuthenticationError(int errMsgId, CharSequence errString) { } argument
/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
290 public void onAuthenticationError(int errMsgId, CharSequence errString) {
291 callback.onAuthenticationError(errMsgId, errString);
/frameworks/base/core/java/android/hardware/fingerprint/
H A DFingerprintManager.java373 * @param errMsgId An integer identifying the error message
376 public void onEnrollmentError(int errMsgId, CharSequence errString) { } argument
409 * @param errMsgId An associated error message id
412 public void onRemovalError(Fingerprint fp, int errMsgId, CharSequence errString) { } argument
436 * @param errMsgId An associated error message id
439 public void onEnumerateError(int errMsgId, CharSequence errString) { } argument
878 sendErrorResult((Long) msg.obj /* deviceId */, msg.arg1 /* errMsgId */,
922 private void sendErrorResult(long deviceId, int errMsgId, int vendorCode) { argument
923 // emulate HAL 2.1 behavior and send real errMsgId
924 final int clientErrMsgId = errMsgId
[all...]

Completed in 45 milliseconds