Home
last modified time | relevance | path

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

/aosp14/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 DPreAuthInfoTest.java104 promptInfo.setAuthenticators(BiometricManager.Authenticators.BIOMETRIC_STRONG); in testFaceAuthentication_whenCameraPrivacyIsEnabled()
131 promptInfo.setAuthenticators(BiometricManager.Authenticators.BIOMETRIC_STRONG); in testFaceAuthentication_whenCameraPrivacyIsDisabledAndCameraIsAvailable()
158 promptInfo.setAuthenticators(BiometricManager.Authenticators.BIOMETRIC_STRONG); in testFaceAuthentication_whenCameraIsUnavailable()
H A DBiometricServiceTest.java1083 promptInfo.setAuthenticators(authenticators); in testCombineAuthenticatorBundles_withKeyDeviceCredential_andKeyAuthenticators()
1096 promptInfo.setAuthenticators(authenticators); in testCombineAuthenticatorBundles_withNoKeyDeviceCredential_andKeyAuthenticators()
1912 promptInfo.setAuthenticators(authenticators); in createTestPromptInfo()
H A DAuthSessionTest.java634 promptInfo.setAuthenticators(authenticators); in createPromptInfo()
/aosp14/frameworks/base/core/java/android/hardware/biometrics/
H A DPromptInfo.java200 public void setAuthenticators(int authenticators) { in setAuthenticators() method in PromptInfo
H A DBiometricPrompt.java369 mPromptInfo.setAuthenticators(authenticators); in setAllowedAuthenticators()
1187 promptInfo.setAuthenticators(Authenticators.BIOMETRIC_STRONG); in authenticateInternal()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/
H A DUtils.java119 promptInfo.setAuthenticators(authenticators); in combineAuthenticatorBundles()
H A DBiometricService.java922 promptInfo.setAuthenticators(authenticators);
1336 promptInfo.setAuthenticators(Authenticators.DEVICE_CREDENTIAL);
H A DAuthSession.java472 mPromptInfo.setAuthenticators(authenticators); in onErrorReceived()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthController.java1304 promptInfo.setAuthenticators(Authenticators.DEVICE_CREDENTIAL); in onConfigurationChanged()