Home
last modified time | relevance | path

Searched refs:setAuthenticators (Results 1 – 9 of 9) 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.java448 promptInfo.setAuthenticators(authenticators); in createPromptInfo()
DBiometricServiceTest.java916 promptInfo.setAuthenticators(authenticators); in testCombineAuthenticatorBundles_withKeyDeviceCredential_andKeyAuthenticators()
929 promptInfo.setAuthenticators(authenticators); in testCombineAuthenticatorBundles_withNoKeyDeviceCredential_andKeyAuthenticators()
1707 promptInfo.setAuthenticators(authenticators); in createTestPromptInfo()
/frameworks/base/core/java/android/hardware/biometrics/
DPromptInfo.java185 public void setAuthenticators(int authenticators) { in setAuthenticators() method in PromptInfo
DBiometricPrompt.java342 mPromptInfo.setAuthenticators(authenticators); in setAllowedAuthenticators()
1125 promptInfo.setAuthenticators(Authenticators.BIOMETRIC_STRONG); in authenticateInternal()
/frameworks/base/services/core/java/com/android/server/biometrics/
DUtils.java111 promptInfo.setAuthenticators(authenticators); in combineAuthenticatorBundles()
DBiometricService.java869 promptInfo.setAuthenticators(authenticators);
1245 promptInfo.setAuthenticators(Authenticators.DEVICE_CREDENTIAL);
DAuthSession.java432 mPromptInfo.setAuthenticators(authenticators); in onErrorReceived()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthController.java1202 promptInfo.setAuthenticators(Authenticators.DEVICE_CREDENTIAL); in onConfigurationChanged()