Searched refs:onAuthenticationHelp (Results 1 – 7 of 7) 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 | 358 mAuthenticationCallback.onAuthenticationHelp(acquireInfo, message); 479 public void onAuthenticationHelp(int helpCode, CharSequence helpString) {} in onAuthenticationHelp() method in BiometricPrompt.AuthenticationCallback
|
/frameworks/base/core/java/android/hardware/fingerprint/ |
D | FingerprintManager.java | 228 public void onAuthenticationHelp(int helpCode, CharSequence helpString) { } in onAuthenticationHelp() method in FingerprintManager.AuthenticationCallback 867 mAuthenticationCallback.onAuthenticationHelp(clientInfo, msg); in sendAcquiredResult()
|
/frameworks/base/core/java/android/hardware/face/ |
D | FaceManager.java | 816 public void onAuthenticationHelp(int helpCode, CharSequence helpString) { in onAuthenticationHelp() method in FaceManager.AuthenticationCallback 1086 mAuthenticationCallback.onAuthenticationHelp(clientInfo, msg); in sendAcquiredResult()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardUpdateMonitor.java | 1114 public void onAuthenticationHelp(int helpMsgId, CharSequence helpString) { 1146 public void onAuthenticationHelp(int helpMsgId, CharSequence helpString) {
|
/frameworks/base/api/ |
D | current.txt | 16607 method public void onAuthenticationHelp(int, CharSequence); 17556 method @Deprecated public void onAuthenticationHelp(int, CharSequence);
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 22842 Landroid/hardware/biometrics/BiometricAuthenticator$AuthenticationCallback;->onAuthenticationHelp(I…
|