Searched defs:onAuthenticationHelp (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/hardware/biometrics/ | ||
D | BiometricAuthenticator.java | 186 public void onAuthenticationHelp(int helpCode, CharSequence helpString) {} in onAuthenticationHelp() method in BiometricAuthenticator.AuthenticationCallback |
D | BiometricPrompt.java | 492 public void onAuthenticationHelp(int helpCode, CharSequence helpString) {} in onAuthenticationHelp() method in BiometricPrompt.AuthenticationCallback |
/frameworks/base/core/java/android/hardware/face/ | ||
D | FaceManager.java | 818 public void onAuthenticationHelp(int helpCode, CharSequence helpString) { in onAuthenticationHelp() method in FaceManager.AuthenticationCallback |
/frameworks/base/core/java/android/hardware/fingerprint/ | ||
D | FingerprintManager.java | 238 public void onAuthenticationHelp(int helpCode, CharSequence helpString) { } in onAuthenticationHelp() method in FingerprintManager.AuthenticationCallback |