Home
last modified time | relevance | path

Searched refs:createTestPromptInfo (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/
DAuthControllerTest.java969 PromptInfo promptInfo = createTestPromptInfo(); in testShowDialog_whenOwnerNotInForeground()
987 mAuthController.showAuthenticationDialog(createTestPromptInfo(), in showDialog()
1008 private PromptInfo createTestPromptInfo() { in createTestPromptInfo() method in AuthControllerTest
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DBiometricServiceTest.java1975 createTestPromptInfo(requireConfirmation, authenticators, in invokeAuthenticate()
1988 createTestPromptInfo(false /* requireConfirmation */, authenticators, in invokeAuthenticateForWorkApp()
1993 private static PromptInfo createTestPromptInfo( in createTestPromptInfo() method in BiometricServiceTest