Home
last modified time | relevance | path

Searched refs:setAuthenticators (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DUtilsTest.java48 promptInfo.setAuthenticators(authenticators); in testCombineAuthenticatorBundles_withKeyDeviceCredential_andKeyAuthenticators()
61 promptInfo.setAuthenticators(authenticators); in testCombineAuthenticatorBundles_withNoKeyDeviceCredential_andKeyAuthenticators()
109 promptInfo.setAuthenticators(authenticators); in testIsDeviceCredentialAllowed_withBundle()
113 promptInfo.setAuthenticators(authenticators); in testIsDeviceCredentialAllowed_withBundle()
117 promptInfo.setAuthenticators(authenticators); in testIsDeviceCredentialAllowed_withBundle()
131 promptInfo.setAuthenticators(authenticators); in testGetBiometricStrength_removeUnrelatedBits()
142 promptInfo.setAuthenticators(authenticators); in testIsBiometricAllowed()
149 promptInfo.setAuthenticators(authenticators); in testIsBiometricAllowed()
DAuthSessionTest.java319 promptInfo.setAuthenticators(authenticators); in createPromptInfo()
DBiometricServiceTest.java901 promptInfo.setAuthenticators(authenticators); in testCombineAuthenticatorBundles_withKeyDeviceCredential_andKeyAuthenticators()
914 promptInfo.setAuthenticators(authenticators); in testCombineAuthenticatorBundles_withNoKeyDeviceCredential_andKeyAuthenticators()
1680 promptInfo.setAuthenticators(authenticators); in createTestPromptInfo()
/frameworks/base/core/java/android/hardware/biometrics/
DPromptInfo.java175 public void setAuthenticators(int authenticators) { in setAuthenticators() method in PromptInfo
DBiometricPrompt.java341 mPromptInfo.setAuthenticators(authenticators); in setAllowedAuthenticators()
1062 promptInfo.setAuthenticators(Authenticators.BIOMETRIC_STRONG); in authenticateInternal()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DAuthContainerViewTest.java247 promptInfo.setAuthenticators(authenticators); in initializeContainer()
DAuthBiometricViewTest.java366 promptInfo.setAuthenticators(authenticators); in buildPromptInfo()
/frameworks/base/services/core/java/com/android/server/biometrics/
DUtils.java111 promptInfo.setAuthenticators(authenticators); in combineAuthenticatorBundles()
DBiometricService.java1021 promptInfo.setAuthenticators(authenticators); in createPreAuthInfo()
1372 promptInfo.setAuthenticators(Authenticators.DEVICE_CREDENTIAL); in handleAuthenticate()
DAuthSession.java414 mPromptInfo.setAuthenticators(authenticators); in onErrorReceived()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthController.java759 promptInfo.setAuthenticators(Authenticators.DEVICE_CREDENTIAL); in onConfigurationChanged()