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

/frameworks/support/v4/api23/android/support/v4/hardware/fingerprint/
H A DFingerprintManagerCompatApi23.java90 public void onAuthenticationHelp(int helpMsgId, CharSequence helpString) {
91 callback.onAuthenticationHelp(helpMsgId, helpString);
149 public void onAuthenticationHelp(int helpMsgId, CharSequence helpString) { } argument
/frameworks/support/v4/java/android/support/v4/hardware/fingerprint/
H A DFingerprintManagerCompat.java185 * @param helpMsgId An integer identifying the error message
188 public void onAuthenticationHelp(int helpMsgId, CharSequence helpString) { } argument
294 public void onAuthenticationHelp(int helpMsgId, CharSequence helpString) {
295 callback.onAuthenticationHelp(helpMsgId, helpString);
/frameworks/base/core/java/android/hardware/fingerprint/
H A DFingerprintManager.java356 * @param helpMsgId An integer identifying the error message
359 public void onEnrollmentHelp(int helpMsgId, CharSequence helpString) { } argument
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java636 public void onAuthenticationHelp(int helpMsgId, CharSequence helpString) {
637 handleFingerprintHelp(helpMsgId, helpString.toString());

Completed in 217 milliseconds