Home
last modified time | relevance | path

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

12

/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
DAuthenticationStateListeners.java120 public void onAuthenticationHelp(AuthenticationHelpInfo authInfo) { in onAuthenticationHelp() method in AuthenticationStateListeners
123 listener.onAuthenticationHelp(authInfo); in onAuthenticationHelp()
/frameworks/base/core/java/android/hardware/biometrics/
DAuthenticationStateListener.aidl55 void onAuthenticationHelp(in AuthenticationHelpInfo authInfo); in onAuthenticationHelp() method
DBiometricAuthenticator.java225 public void onAuthenticationHelp(int helpCode, CharSequence helpString) {} in onAuthenticationHelp() method in BiometricAuthenticator.AuthenticationCallback
DBiometricPrompt.java790 mAuthenticationCallback.onAuthenticationHelp(acquireInfo, message);
1233 public void onAuthenticationHelp(int helpCode, CharSequence helpString) {} in onAuthenticationHelp() method in BiometricPrompt.AuthenticationCallback
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/face/aidl/
DFaceEnrollClientTest.java275 inOrder.verify(mAuthenticationStateListeners).onAuthenticationHelp( in testAuthenticationStateListeners_onAuthenticationHelp()
285 inOrder.verify(mAuthenticationStateListeners).onAuthenticationHelp( in testAuthenticationStateListeners_onAuthenticationHelp()
DFaceAuthenticationClientTest.java370 inOrder.verify(mAuthenticationStateListeners).onAuthenticationHelp( in testAuthenticationStateListeners_onAuthenticationAcquired_onAuthenticationHelp()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
DFaceEnrollClient.java163 mAuthenticationStateListeners.onAuthenticationHelp( in onAcquired()
189 mAuthenticationStateListeners.onAuthenticationHelp( in onEnrollmentFrame()
DFaceAuthenticationClient.java330 mAuthenticationStateListeners.onAuthenticationHelp( in onAcquired()
370 mAuthenticationStateListeners.onAuthenticationHelp( in onAuthenticationFrame()
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/
DBiometricHandler.kt371 override fun onAuthenticationHelp(helpCode: Int, helpString: CharSequence?) { in setupBiometricAuthenticationCallback() method
372 super.onAuthenticationHelp(helpCode, helpString) in setupBiometricAuthenticationCallback()
/frameworks/base/core/java/android/hardware/fingerprint/
DFingerprintCallback.java202 mAuthenticationCallback.onAuthenticationHelp(clientInfo, msg); in sendAcquiredResult()
DFingerprintManager.java386 public void onAuthenticationHelp(int helpCode, CharSequence helpString) { } in onAuthenticationHelp() method in FingerprintManager.AuthenticationCallback
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/data/repository/
DBiometricStatusRepository.kt129 override fun onAuthenticationHelp(authInfo: AuthenticationHelpInfo) { in <lambda>() method
/frameworks/base/core/java/android/hardware/face/
DFaceCallback.java286 mAuthenticationCallback.onAuthenticationHelp(helpCode, helpMessage); in sendAuthenticationFrame()
DFaceManager.java1073 public void onAuthenticationHelp(int helpCode, CharSequence helpString) { in onAuthenticationHelp() method in FaceManager.AuthenticationCallback
/frameworks/base/services/core/java/com/android/server/adaptiveauth/
DAdaptiveAuthService.java153 public void onAuthenticationHelp(AuthenticationHelpInfo authInfo) {}
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/deviceentry/data/repository/
DDeviceEntryFaceAuthRepositoryTest.kt494 authenticationCallback.value.onAuthenticationHelp(9, "help msg") in faceHelpMessagesAreIgnoredBasedOnConfig()
495 authenticationCallback.value.onAuthenticationHelp(10, "Ignored help msg") in faceHelpMessagesAreIgnoredBasedOnConfig()
496 authenticationCallback.value.onAuthenticationHelp(11, "Ignored help msg") in faceHelpMessagesAreIgnoredBasedOnConfig()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
DFingerprintEnrollClient.java176 mAuthenticationStateListeners.onAuthenticationHelp( in onAcquired()
DFingerprintAuthenticationClient.java248 mAuthenticationStateListeners.onAuthenticationHelp( in onAcquired()
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/fingerprint/aidl/
DFingerprintEnrollClientTest.java353 inOrder.verify(mAuthenticationStateListeners).onAuthenticationHelp( in testAuthenticationStateListeners_onAuthenticationAcquired_onAuthenticationHelp()
DFingerprintAuthenticationClientTest.java490 inOrder.verify(mAuthenticationStateListeners).onAuthenticationHelp( in testAuthenticationStateListeners_onAuthenticationAcquired_onAuthenticationHelp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/data/repository/
DDeviceEntryFaceAuthRepository.kt481 override fun onAuthenticationHelp(code: Int, helpStr: CharSequence?) { in onAuthenticationHelp() method
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/
DFingerprintService.java437 public void onAuthenticationHelp(int acquireInfo, CharSequence helpString) {
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java1807 public void onAuthenticationHelp(int helpMsgId, CharSequence helpString) {
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt18946 method public void onAuthenticationHelp(int, CharSequence);
20420 method @Deprecated public void onAuthenticationHelp(int, CharSequence);

12