/frameworks/base/services/core/java/com/android/server/biometrics/sensors/ |
D | AuthenticationStateListeners.java | 120 public void onAuthenticationHelp(AuthenticationHelpInfo authInfo) { in onAuthenticationHelp() method in AuthenticationStateListeners 123 listener.onAuthenticationHelp(authInfo); in onAuthenticationHelp()
|
/frameworks/base/core/java/android/hardware/biometrics/ |
D | AuthenticationStateListener.aidl | 55 void onAuthenticationHelp(in AuthenticationHelpInfo authInfo); in onAuthenticationHelp() method
|
D | BiometricAuthenticator.java | 225 public void onAuthenticationHelp(int helpCode, CharSequence helpString) {} in onAuthenticationHelp() method in BiometricAuthenticator.AuthenticationCallback
|
D | BiometricPrompt.java | 790 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/ |
D | FaceEnrollClientTest.java | 275 inOrder.verify(mAuthenticationStateListeners).onAuthenticationHelp( in testAuthenticationStateListeners_onAuthenticationHelp() 285 inOrder.verify(mAuthenticationStateListeners).onAuthenticationHelp( in testAuthenticationStateListeners_onAuthenticationHelp()
|
D | FaceAuthenticationClientTest.java | 370 inOrder.verify(mAuthenticationStateListeners).onAuthenticationHelp( in testAuthenticationStateListeners_onAuthenticationAcquired_onAuthenticationHelp()
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/ |
D | FaceEnrollClient.java | 163 mAuthenticationStateListeners.onAuthenticationHelp( in onAcquired() 189 mAuthenticationStateListeners.onAuthenticationHelp( in onEnrollmentFrame()
|
D | FaceAuthenticationClient.java | 330 mAuthenticationStateListeners.onAuthenticationHelp( in onAcquired() 370 mAuthenticationStateListeners.onAuthenticationHelp( in onAuthenticationFrame()
|
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/ |
D | BiometricHandler.kt | 371 override fun onAuthenticationHelp(helpCode: Int, helpString: CharSequence?) { in setupBiometricAuthenticationCallback() method 372 super.onAuthenticationHelp(helpCode, helpString) in setupBiometricAuthenticationCallback()
|
/frameworks/base/core/java/android/hardware/fingerprint/ |
D | FingerprintCallback.java | 202 mAuthenticationCallback.onAuthenticationHelp(clientInfo, msg); in sendAcquiredResult()
|
D | FingerprintManager.java | 386 public void onAuthenticationHelp(int helpCode, CharSequence helpString) { } in onAuthenticationHelp() method in FingerprintManager.AuthenticationCallback
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/data/repository/ |
D | BiometricStatusRepository.kt | 129 override fun onAuthenticationHelp(authInfo: AuthenticationHelpInfo) { in <lambda>() method
|
/frameworks/base/core/java/android/hardware/face/ |
D | FaceCallback.java | 286 mAuthenticationCallback.onAuthenticationHelp(helpCode, helpMessage); in sendAuthenticationFrame()
|
D | FaceManager.java | 1073 public void onAuthenticationHelp(int helpCode, CharSequence helpString) { in onAuthenticationHelp() method in FaceManager.AuthenticationCallback
|
/frameworks/base/services/core/java/com/android/server/adaptiveauth/ |
D | AdaptiveAuthService.java | 153 public void onAuthenticationHelp(AuthenticationHelpInfo authInfo) {}
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/deviceentry/data/repository/ |
D | DeviceEntryFaceAuthRepositoryTest.kt | 494 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/ |
D | FingerprintEnrollClient.java | 176 mAuthenticationStateListeners.onAuthenticationHelp( in onAcquired()
|
D | FingerprintAuthenticationClient.java | 248 mAuthenticationStateListeners.onAuthenticationHelp( in onAcquired()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/fingerprint/aidl/ |
D | FingerprintEnrollClientTest.java | 353 inOrder.verify(mAuthenticationStateListeners).onAuthenticationHelp( in testAuthenticationStateListeners_onAuthenticationAcquired_onAuthenticationHelp()
|
D | FingerprintAuthenticationClientTest.java | 490 inOrder.verify(mAuthenticationStateListeners).onAuthenticationHelp( in testAuthenticationStateListeners_onAuthenticationAcquired_onAuthenticationHelp()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/data/repository/ |
D | DeviceEntryFaceAuthRepository.kt | 481 override fun onAuthenticationHelp(code: Int, helpStr: CharSequence?) { in onAuthenticationHelp() method
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/ |
D | FingerprintService.java | 437 public void onAuthenticationHelp(int acquireInfo, CharSequence helpString) {
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardUpdateMonitor.java | 1807 public void onAuthenticationHelp(int helpMsgId, CharSequence helpString) {
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | current.txt | 18946 method public void onAuthenticationHelp(int, CharSequence); 20420 method @Deprecated public void onAuthenticationHelp(int, CharSequence);
|