/aosp14/frameworks/base/core/java/android/hardware/biometrics/ |
H A D | BiometricAuthenticator.java | 225 public void onAuthenticationHelp(int helpCode, CharSequence helpString) {} in onAuthenticationHelp() method in BiometricAuthenticator.AuthenticationCallback
|
H A D | BiometricPrompt.java | 599 mAuthenticationCallback.onAuthenticationHelp(acquireInfo, message); 910 public void onAuthenticationHelp(int helpCode, CharSequence helpString) {} in onAuthenticationHelp() method in BiometricPrompt.AuthenticationCallback
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/repository/ |
H A D | DeviceEntryFaceAuthRepositoryTest.kt | 499 authenticationCallback.value.onAuthenticationHelp(9, "help msg") 500 authenticationCallback.value.onAuthenticationHelp(10, "Ignored help msg") 501 authenticationCallback.value.onAuthenticationHelp(11, "Ignored help msg")
|
/aosp14/frameworks/base/core/java/android/hardware/face/ |
H A D | FaceManager.java | 1045 public void onAuthenticationHelp(int helpCode, CharSequence helpString) { in onAuthenticationHelp() method in FaceManager.AuthenticationCallback 1426 mAuthenticationCallback.onAuthenticationHelp(helpCode, helpMessage); in sendAuthenticationFrame()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/ |
H A D | DeviceEntryFaceAuthRepository.kt | 453 override fun onAuthenticationHelp(code: Int, helpStr: CharSequence?) {
|
/aosp14/frameworks/base/core/java/android/hardware/fingerprint/ |
H A D | FingerprintManager.java | 404 public void onAuthenticationHelp(int helpCode, CharSequence helpString) { } in onAuthenticationHelp() method in FingerprintManager.AuthenticationCallback 1454 mAuthenticationCallback.onAuthenticationHelp(clientInfo, msg); in sendAcquiredResult()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardUpdateMonitor.java | 1968 public void onAuthenticationHelp(int helpMsgId, CharSequence helpString) { 2033 public void onAuthenticationHelp(int helpMsgId, CharSequence helpString) { 3389 mFaceAuthenticationCallback.onAuthenticationHelp( in startListeningForFace()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/ |
H A D | FingerprintService.java | 428 public void onAuthenticationHelp(int acquireInfo, CharSequence helpString) {
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 18347 method public void onAuthenticationHelp(int, CharSequence); 19688 method @Deprecated public void onAuthenticationHelp(int, CharSequence);
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 18518 Landroid/hardware/biometrics/BiometricAuthenticator$AuthenticationCallback;->onAuthenticationHelp(I…
|