/frameworks/base/core/java/android/hardware/biometrics/ |
D | BiometricAuthenticator.java | 225 public void onAuthenticationHelp(int helpCode, CharSequence helpString) {} in onAuthenticationHelp() method in BiometricAuthenticator.AuthenticationCallback
|
D | BiometricPrompt.java | 559 mAuthenticationCallback.onAuthenticationHelp(acquireInfo, message); 855 public void onAuthenticationHelp(int helpCode, CharSequence helpString) {} in onAuthenticationHelp() method in BiometricPrompt.AuthenticationCallback
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/repository/ |
D | KeyguardFaceAuthManagerTest.kt | 345 authenticationCallback.value.onAuthenticationHelp(9, "help msg") in faceHelpMessagesAreIgnoredBasedOnConfig() 346 authenticationCallback.value.onAuthenticationHelp(10, "Ignored help msg") in faceHelpMessagesAreIgnoredBasedOnConfig() 347 authenticationCallback.value.onAuthenticationHelp(11, "Ignored help msg") in faceHelpMessagesAreIgnoredBasedOnConfig()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/ |
D | KeyguardFaceAuthManager.kt | 175 override fun onAuthenticationHelp(code: Int, helpStr: CharSequence?) { in onAuthenticationHelp() method
|
/frameworks/base/core/java/android/hardware/face/ |
D | FaceManager.java | 941 public void onAuthenticationHelp(int helpCode, CharSequence helpString) { in onAuthenticationHelp() method in FaceManager.AuthenticationCallback 1322 mAuthenticationCallback.onAuthenticationHelp(helpCode, helpMessage); in sendAuthenticationFrame()
|
/frameworks/base/core/java/android/hardware/fingerprint/ |
D | FingerprintManager.java | 383 public void onAuthenticationHelp(int helpCode, CharSequence helpString) { } in onAuthenticationHelp() method in FingerprintManager.AuthenticationCallback 1338 mAuthenticationCallback.onAuthenticationHelp(clientInfo, msg); in sendAcquiredResult()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardUpdateMonitor.java | 1746 public void onAuthenticationHelp(int helpMsgId, CharSequence helpString) { 1822 public void onAuthenticationHelp(int helpMsgId, CharSequence helpString) { 3063 mFaceAuthenticationCallback.onAuthenticationHelp( in startListeningForFace()
|
/frameworks/base/core/api/ |
D | current.txt | 17279 method public void onAuthenticationHelp(int, CharSequence); 18507 method @Deprecated public void onAuthenticationHelp(int, CharSequence);
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 18518 Landroid/hardware/biometrics/BiometricAuthenticator$AuthenticationCallback;->onAuthenticationHelp(I…
|