Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/biometrics/
DBiometricPrompt.java424 final @Authenticators.Types int authenticators = mPromptInfo.getAuthenticators(); in build()
624 return mPromptInfo.getAuthenticators(); in getAllowedAuthenticators()
925 mPromptInfo.getAuthenticators() != Authenticators.EMPTY_SET, in authenticate()
926 mPromptInfo.getAuthenticators()); in authenticate()
942 @Authenticators.Types int authenticators = mPromptInfo.getAuthenticators(); in authenticate()
990 mPromptInfo.getAuthenticators() != Authenticators.EMPTY_SET, in authenticate()
991 mPromptInfo.getAuthenticators()); in authenticate()
1061 if (promptInfo.getAuthenticators() == Authenticators.EMPTY_SET) { in authenticateInternal()
DPromptInfo.java244 public int getAuthenticators() { in getAuthenticators() method in PromptInfo
/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.java538 mBiometricService.mCurrentAuthSession.mPromptInfo.getAuthenticators()); in testAuthenticate_noBiometrics_credentialAllowed()
800 mBiometricService.mCurrentAuthSession.mPromptInfo.getAuthenticators()); in testErrorFromHal_whilePreparingAuthentication_credentialAllowed()
880 mBiometricService.mCurrentAuthSession.mPromptInfo.getAuthenticators()); in testBiometricOrCredentialAuth_whenBiometricLockout_showsCredential()
905 assertEquals(authenticators, promptInfo.getAuthenticators()); in testCombineAuthenticatorBundles_withKeyDeviceCredential_andKeyAuthenticators()
918 assertEquals(authenticators, promptInfo.getAuthenticators()); in testCombineAuthenticatorBundles_withNoKeyDeviceCredential_andKeyAuthenticators()
931 promptInfo.getAuthenticators()); in testCombineAuthenticatorBundles_withKeyDeviceCredential_andNoKeyAuthenticators()
941 assertEquals(Authenticators.BIOMETRIC_WEAK, promptInfo.getAuthenticators()); in testCombineAuthenticatorBundles_withNoKeyDeviceCredential_andNoKeyAuthenticators()
/frameworks/base/services/core/java/com/android/server/biometrics/
DUtils.java101 if (promptInfo.getAuthenticators() != 0) { in combineAuthenticatorBundles()
103 authenticators = promptInfo.getAuthenticators(); in combineAuthenticatorBundles()
128 return isCredentialRequested(promptInfo.getAuthenticators()); in isCredentialRequested()
150 return getPublicBiometricStrength(promptInfo.getAuthenticators()); in getPublicBiometricStrength()
207 final int authenticators = promptInfo.getAuthenticators(); in isValidAuthenticatorConfig()
DAuthSession.java411 mPromptInfo.getAuthenticators(); in onErrorReceived()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUtils.java75 @Authenticators.Types final int authenticators = promptInfo.getAuthenticators(); in isDeviceCredentialAllowed()
80 @Authenticators.Types final int authenticators = promptInfo.getAuthenticators(); in isBiometricAllowed()
DAuthController.java506 @Authenticators.Types final int authenticators = promptInfo.getAuthenticators(); in showAuthenticationDialog()
DAuthContainerView.java500 + mConfig.mPromptInfo.getAuthenticators()); in onAttachedToWindowInternal()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DAuthControllerTest.java485 mAuthController.mLastBiometricPromptInfo.getAuthenticators()); in testConfigurationPersists_whenBiometricFallbackToCredential()