Home
last modified time | relevance | path

Searched refs:onAuthenticationHelp (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/hardware/biometrics/
DBiometricAuthenticator.java225 public void onAuthenticationHelp(int helpCode, CharSequence helpString) {} in onAuthenticationHelp() method in BiometricAuthenticator.AuthenticationCallback
DBiometricPrompt.java559 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/
DKeyguardFaceAuthManagerTest.kt345 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/
DKeyguardFaceAuthManager.kt175 override fun onAuthenticationHelp(code: Int, helpStr: CharSequence?) { in onAuthenticationHelp() method
/frameworks/base/core/java/android/hardware/face/
DFaceManager.java941 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/
DFingerprintManager.java383 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/
DKeyguardUpdateMonitor.java1746 public void onAuthenticationHelp(int helpMsgId, CharSequence helpString) {
1822 public void onAuthenticationHelp(int helpMsgId, CharSequence helpString) {
3063 mFaceAuthenticationCallback.onAuthenticationHelp( in startListeningForFace()
/frameworks/base/core/api/
Dcurrent.txt17279 method public void onAuthenticationHelp(int, CharSequence);
18507 method @Deprecated public void onAuthenticationHelp(int, CharSequence);
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt18518 Landroid/hardware/biometrics/BiometricAuthenticator$AuthenticationCallback;->onAuthenticationHelp(I…