Searched refs:getAuthenticators (Results 1 – 8 of 8) sorted by relevance
52 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()
702 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()
671 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()
421 public int getAuthenticators() { in getAuthenticators() method in PromptInfo
121 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()
478 mPromptInfo.getAuthenticators(); in onErrorReceived()
565 + mConfig.mPromptInfo.getAuthenticators()); in onAttachedToWindow()
918 @Authenticators.Types final int authenticators = promptInfo.getAuthenticators(); in showAuthenticationDialog()