Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/hardware/biometrics/
H A DBiometricPrompt.java437 final @Authenticators.Types int authenticators = mPromptInfo.getAuthenticators(); in build()
644 return mPromptInfo.getAuthenticators(); in getAllowedAuthenticators()
948 mPromptInfo.getAuthenticators() != Authenticators.EMPTY_SET, in authenticate()
949 mPromptInfo.getAuthenticators()); in authenticate()
965 @Authenticators.Types int authenticators = mPromptInfo.getAuthenticators(); in authenticate()
1013 mPromptInfo.getAuthenticators() != Authenticators.EMPTY_SET, in authenticate()
1014 mPromptInfo.getAuthenticators()); in authenticate()
1082 if (promptInfo.getAuthenticators() == Authenticators.EMPTY_SET) { in authenticateInternal()
H A DPromptInfo.java251 public int getAuthenticators() { in getAuthenticators() method in PromptInfo
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
H A 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()
H A DBiometricServiceTest.java544 mBiometricService.mCurrentAuthSession.mPromptInfo.getAuthenticators()); in testAuthenticate_noBiometrics_credentialAllowed()
808 mBiometricService.mCurrentAuthSession.mPromptInfo.getAuthenticators()); in testErrorFromHal_whilePreparingAuthentication_credentialAllowed()
889 mBiometricService.mCurrentAuthSession.mPromptInfo.getAuthenticators()); in testBiometricOrCredentialAuth_whenBiometricLockout_showsCredential()
915 assertEquals(authenticators, promptInfo.getAuthenticators()); in testCombineAuthenticatorBundles_withKeyDeviceCredential_andKeyAuthenticators()
928 assertEquals(authenticators, promptInfo.getAuthenticators()); in testCombineAuthenticatorBundles_withNoKeyDeviceCredential_andKeyAuthenticators()
941 promptInfo.getAuthenticators()); in testCombineAuthenticatorBundles_withKeyDeviceCredential_andNoKeyAuthenticators()
951 assertEquals(Authenticators.BIOMETRIC_WEAK, promptInfo.getAuthenticators()); in testCombineAuthenticatorBundles_withNoKeyDeviceCredential_andNoKeyAuthenticators()
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/
H A DUtils.java100 if (promptInfo.getAuthenticators() != 0) { in combineAuthenticatorBundles()
102 authenticators = promptInfo.getAuthenticators(); in combineAuthenticatorBundles()
127 return isCredentialRequested(promptInfo.getAuthenticators()); in isCredentialRequested()
149 return getPublicBiometricStrength(promptInfo.getAuthenticators()); in getPublicBiometricStrength()
206 final int authenticators = promptInfo.getAuthenticators(); in isValidAuthenticatorConfig()
H A DAuthSession.java424 mPromptInfo.getAuthenticators(); in onErrorReceived()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUtils.java78 @Authenticators.Types final int authenticators = promptInfo.getAuthenticators(); in isDeviceCredentialAllowed()
83 @Authenticators.Types final int authenticators = promptInfo.getAuthenticators(); in isBiometricAllowed()
H A DAuthController.java577 @Authenticators.Types final int authenticators = promptInfo.getAuthenticators(); in showAuthenticationDialog()
H A DAuthContainerView.java507 + mConfig.mPromptInfo.getAuthenticators()); in onAttachedToWindowInternal()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DAuthControllerTest.java554 mAuthController.mLastBiometricPromptInfo.getAuthenticators()); in testConfigurationPersists_whenBiometricFallbackToCredential()