Home
last modified time | relevance | path

Searched refs:setAuthenticators (Results 1 – 10 of 10) 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()
DPreAuthInfoTest.java103 promptInfo.setAuthenticators(BiometricManager.Authenticators.BIOMETRIC_STRONG); in testFaceAuthentication_whenCameraPrivacyIsEnabled()
119 promptInfo.setAuthenticators(BiometricManager.Authenticators.BIOMETRIC_STRONG); in testFaceAuthentication_whenCameraPrivacyIsDisabledAndCameraIsAvailable()
136 promptInfo.setAuthenticators(BiometricManager.Authenticators.BIOMETRIC_STRONG); in testFaceAuthentication_whenCameraIsUnavailable()
156 promptInfo.setAuthenticators(BiometricManager.Authenticators.BIOMETRIC_STRONG); in testCanAuthenticateResult_whenCameraUnavailableAndNoFingerprintsEnrolled()
176 promptInfo.setAuthenticators(BiometricManager.Authenticators.BIOMETRIC_STRONG); in testFingerprintAuthentication_whenCameraIsUnavailable()
DBiometricServiceTest.java1114 promptInfo.setAuthenticators(authenticators); in testCombineAuthenticatorBundles_withKeyDeviceCredential_andKeyAuthenticators()
1127 promptInfo.setAuthenticators(authenticators); in testCombineAuthenticatorBundles_withNoKeyDeviceCredential_andKeyAuthenticators()
2004 promptInfo.setAuthenticators(authenticators); in createTestPromptInfo()
DAuthSessionTest.java868 promptInfo.setAuthenticators(authenticators); in createPromptInfo()
/frameworks/base/core/java/android/hardware/biometrics/
DPromptInfo.java285 public void setAuthenticators(int authenticators) { in setAuthenticators() method in PromptInfo
DBiometricPrompt.java503 mPromptInfo.setAuthenticators(authenticators); in setAllowedAuthenticators()
1510 promptInfo.setAuthenticators(Authenticators.BIOMETRIC_STRONG); in authenticateInternal()
/frameworks/base/services/core/java/com/android/server/biometrics/
DUtils.java131 promptInfo.setAuthenticators(authenticators); in combineAuthenticatorBundles()
DBiometricService.java980 promptInfo.setAuthenticators(authenticators);
1420 promptInfo.setAuthenticators(Authenticators.DEVICE_CREDENTIAL);
DAuthSession.java481 mPromptInfo.setAuthenticators(authenticators); in onErrorReceived()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthContainerView.java244 mConfig.mPromptInfo.setAuthenticators(Authenticators.DEVICE_CREDENTIAL); in onUseDeviceCredential()