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

/frameworks/support/compat/api23/android/support/v4/hardware/fingerprint/
H A DFingerprintManagerCompatApi23.java116 public void onAuthenticationHelp(int helpMsgId, CharSequence helpString) {
117 callback.onAuthenticationHelp(helpMsgId, helpString);
175 public void onAuthenticationHelp(int helpMsgId, CharSequence helpString) { } argument
/frameworks/support/compat/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
295 public void onAuthenticationHelp(int helpMsgId, CharSequence helpString) {
296 callback.onAuthenticationHelp(helpMsgId, helpString);
/frameworks/base/core/java/android/hardware/fingerprint/
H A DFingerprintManager.java383 * @param helpMsgId An integer identifying the error message
386 public void onEnrollmentHelp(int helpMsgId, CharSequence helpString) { } argument
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java761 public void onAuthenticationHelp(int helpMsgId, CharSequence helpString) {
762 handleFingerprintHelp(helpMsgId, helpString.toString());

Completed in 474 milliseconds