Searched refs:errString (Results 1 - 9 of 9) 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/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitorCallback.java229 * @param errString
231 public void onFingerprintError(int msgId, String errString) { } argument
H A DKeyguardUpdateMonitor.java496 private void handleFingerprintError(int msgId, String errString) { argument
522 cb.onFingerprintError(msgId, errString);
766 public void onAuthenticationError(int errMsgId, CharSequence errString) {
767 handleFingerprintError(errMsgId, errString.toString());
/frameworks/support/compat/java/android/support/v4/hardware/fingerprint/
H A DFingerprintManagerCompat.java177 * @param errString A human-readable error string that can be shown in UI
179 public void onAuthenticationError(int errMsgId, CharSequence errString) { } argument
290 public void onAuthenticationError(int errMsgId, CharSequence errString) {
291 callback.onAuthenticationError(errMsgId, errString);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardIndicationController.java430 public void onFingerprintError(int msgId, String errString) { argument
443 mStatusBarKeyguardViewManager.showBouncerMessage(errString, errorColor);
446 showTransientIndication(errString, errorColor);
450 mMessageToShowOnScreenOn = errString;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DAdnRecordCache.java122 private void sendErrorResponse(Message response, String errString) { argument
124 Exception e = new RuntimeException(errString);
/frameworks/base/core/java/android/hardware/fingerprint/
H A DFingerprintManager.java328 * @param errString A human-readable error string that can be shown in UI
330 public void onAuthenticationError(int errorCode, CharSequence errString) { } argument
374 * @param errString A human-readable error string that can be shown in UI
376 public void onEnrollmentError(int errMsgId, CharSequence errString) { } argument
410 * @param errString An error message indicating why the fingerprint id can't be removed
412 public void onRemovalError(Fingerprint fp, int errMsgId, CharSequence errString) { } argument
437 * @param errString An error message indicating why the fingerprint id can't be removed
439 public void onEnumerateError(int errMsgId, CharSequence errString) { } argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandException.java126 public CommandException(Error e, String errString) { argument
127 super(errString);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DFingerprintUnlockController.java301 public void onFingerprintError(int msgId, String errString) { argument

Completed in 1732 milliseconds