Home
last modified time | relevance | path

Searched refs:helpMessage (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/java/android/hardware/face/
H A DFaceManager.java1009 @Nullable CharSequence helpMessage, in onEnrollmentFrame() argument
1015 onEnrollmentHelp(helpCode, helpMessage); in onEnrollmentFrame()
1300 final String helpMessage = getAuthHelpMessage(mContext, acquireInfo, vendorCode); in sendAuthenticationFrame() local
1304 if (helpMessage != null) { in sendAuthenticationFrame()
1305 mAuthenticationCallback.onAuthenticationHelp(helpCode, helpMessage); in sendAuthenticationFrame()
1318 final String helpMessage = getEnrollHelpMessage(mContext, acquireInfo, vendorCode); in sendEnrollmentFrame() local
1321 helpMessage, in sendEnrollmentFrame()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DCommandQueueTest.java459 final String helpMessage = "test_help_message"; in testOnBiometricHelp() local
460 mCommandQueue.onBiometricHelp(modality, helpMessage); in testOnBiometricHelp()
462 verify(mCallbacks).onBiometricHelp(eq(modality), eq(helpMessage)); in testOnBiometricHelp()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DAuthControllerTest.java369 final String helpMessage = "help"; in testOnHelpInvoked_whenSystemRequested() local
370 mAuthController.onBiometricHelp(modality, helpMessage); in testOnHelpInvoked_whenSystemRequested()
377 assertEquals(messageCaptor.getValue(), helpMessage); in testOnHelpInvoked_whenSystemRequested() local