Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
H A 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()
H A DAuthSessionTest.java413 promptInfo.setAuthenticators(authenticators); in createPromptInfo()
H A DBiometricServiceTest.java911 promptInfo.setAuthenticators(authenticators); in testCombineAuthenticatorBundles_withKeyDeviceCredential_andKeyAuthenticators()
924 promptInfo.setAuthenticators(authenticators); in testCombineAuthenticatorBundles_withNoKeyDeviceCredential_andKeyAuthenticators()
1695 promptInfo.setAuthenticators(authenticators); in createTestPromptInfo()
/aosp12/frameworks/base/core/java/android/hardware/biometrics/
H A DPromptInfo.java178 public void setAuthenticators(int authenticators) { in setAuthenticators() method in PromptInfo
H A DBiometricPrompt.java341 mPromptInfo.setAuthenticators(authenticators); in setAllowedAuthenticators()
1083 promptInfo.setAuthenticators(Authenticators.BIOMETRIC_STRONG); in authenticateInternal()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DAuthContainerViewTest.java247 promptInfo.setAuthenticators(authenticators); in initializeContainer()
H A DAuthBiometricViewTest.java368 promptInfo.setAuthenticators(authenticators); in buildPromptInfo()
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/
H A DUtils.java110 promptInfo.setAuthenticators(authenticators); in combineAuthenticatorBundles()
H A DBiometricService.java1036 promptInfo.setAuthenticators(authenticators); in createPreAuthInfo()
1399 promptInfo.setAuthenticators(Authenticators.DEVICE_CREDENTIAL); in handleAuthenticate()
H A DAuthSession.java427 mPromptInfo.setAuthenticators(authenticators); in onErrorReceived()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthController.java853 promptInfo.setAuthenticators(Authenticators.DEVICE_CREDENTIAL); in onConfigurationChanged()