Searched refs:isCredentialRequested (Results 1 – 7 of 7) sorted by relevance
94 assertFalse(Utils.isCredentialRequested(authenticators)); in testIsDeviceCredentialAllowed_withIntegerFlags()97 assertTrue(Utils.isCredentialRequested(authenticators)); in testIsDeviceCredentialAllowed_withIntegerFlags()100 assertTrue(Utils.isCredentialRequested(authenticators)); in testIsDeviceCredentialAllowed_withIntegerFlags()106 assertFalse(Utils.isCredentialRequested(promptInfo)); in testIsDeviceCredentialAllowed_withBundle()110 assertFalse(Utils.isCredentialRequested(promptInfo)); in testIsDeviceCredentialAllowed_withBundle()114 assertTrue(Utils.isCredentialRequested(promptInfo)); in testIsDeviceCredentialAllowed_withBundle()118 assertTrue(Utils.isCredentialRequested(promptInfo)); in testIsDeviceCredentialAllowed_withBundle()
1636 assertTrue(Utils.isCredentialRequested(mBiometricService.mAuthSession.mPromptInfo)); in testWithDowngradedAuthenticator()
138 static boolean isCredentialRequested(@Authenticators.Types int authenticators) { in isCredentialRequested() method in Utils147 static boolean isCredentialRequested(PromptInfo promptInfo) { in isCredentialRequested() method in Utils148 return isCredentialRequested(promptInfo.getAuthenticators()); in isCredentialRequested()256 && isCredentialRequested(authenticators)) { in isValidAuthenticatorConfig()
108 final boolean credentialRequested = Utils.isCredentialRequested(promptInfo); in create()
959 return Utils.isCredentialRequested(mPromptInfo); in isAllowDeviceCredential()
602 final boolean isCredentialAllowed = Utils.isCredentialRequested(authenticators); in getPromptMessage()
916 Utils.isCredentialRequested(authenticators)