Home
last modified time | relevance | path

Searched refs:getAuthenticators (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DUtilsTest.java52 assertEquals(authenticators, promptInfo.getAuthenticators()); in testCombineAuthenticatorBundles_withKeyDeviceCredential_andKeyAuthenticators()
65 assertEquals(authenticators, promptInfo.getAuthenticators()); in testCombineAuthenticatorBundles_withNoKeyDeviceCredential_andKeyAuthenticators()
78 promptInfo.getAuthenticators()); in testCombineAuthenticatorBundles_withKeyDeviceCredential_andNoKeyAuthenticators()
88 assertEquals(Authenticators.BIOMETRIC_WEAK, promptInfo.getAuthenticators()); in testCombineAuthenticatorBundles_withNoKeyDeviceCredential_andNoKeyAuthenticators()
DBiometricServiceTest.java702 mBiometricService.mAuthSession.mPromptInfo.getAuthenticators()); in testAuthenticate_noBiometrics_credentialAllowed()
970 mBiometricService.mAuthSession.mPromptInfo.getAuthenticators()); in testErrorFromHal_whilePreparingAuthentication_credentialAllowed()
1093 mBiometricService.mAuthSession.mPromptInfo.getAuthenticators()); in testBiometricOrCredentialAuth_whenBiometricLockout_showsCredential()
1118 assertEquals(authenticators, promptInfo.getAuthenticators()); in testCombineAuthenticatorBundles_withKeyDeviceCredential_andKeyAuthenticators()
1131 assertEquals(authenticators, promptInfo.getAuthenticators()); in testCombineAuthenticatorBundles_withNoKeyDeviceCredential_andKeyAuthenticators()
1144 promptInfo.getAuthenticators()); in testCombineAuthenticatorBundles_withKeyDeviceCredential_andNoKeyAuthenticators()
1154 assertEquals(Authenticators.BIOMETRIC_WEAK, promptInfo.getAuthenticators()); in testCombineAuthenticatorBundles_withNoKeyDeviceCredential_andNoKeyAuthenticators()
/frameworks/base/core/java/android/hardware/biometrics/
DBiometricPrompt.java671 final @Authenticators.Types int authenticators = mPromptInfo.getAuthenticators(); in build()
964 return mPromptInfo.getAuthenticators(); in getAllowedAuthenticators()
1368 mPromptInfo.getAuthenticators() != Authenticators.EMPTY_SET, in authenticate()
1369 mPromptInfo.getAuthenticators()); in authenticate()
1385 @Authenticators.Types int authenticators = mPromptInfo.getAuthenticators(); in authenticate()
1433 mPromptInfo.getAuthenticators() != Authenticators.EMPTY_SET, in authenticate()
1434 mPromptInfo.getAuthenticators()); in authenticate()
1509 if (promptInfo.getAuthenticators() == Authenticators.EMPTY_SET) { in authenticateInternal()
DPromptInfo.java421 public int getAuthenticators() { in getAuthenticators() method in PromptInfo
/frameworks/base/services/core/java/com/android/server/biometrics/
DUtils.java121 if (promptInfo.getAuthenticators() != 0) { in combineAuthenticatorBundles()
123 authenticators = promptInfo.getAuthenticators(); in combineAuthenticatorBundles()
148 return isCredentialRequested(promptInfo.getAuthenticators()); in isCredentialRequested()
170 return getPublicBiometricStrength(promptInfo.getAuthenticators()); in getPublicBiometricStrength()
227 final int authenticators = promptInfo.getAuthenticators(); in isValidAuthenticatorConfig()
DAuthSession.java478 mPromptInfo.getAuthenticators(); in onErrorReceived()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthContainerView.java565 + mConfig.mPromptInfo.getAuthenticators()); in onAttachedToWindow()
DAuthController.java918 @Authenticators.Types final int authenticators = promptInfo.getAuthenticators(); in showAuthenticationDialog()