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()
1583 assertTrue(Utils.isCredentialRequested(mBiometricService.mAuthSession.mPromptInfo)); in testWithDowngradedAuthenticator()
126 static boolean isCredentialRequested(@Authenticators.Types int authenticators) { in isCredentialRequested() method in Utils135 static boolean isCredentialRequested(PromptInfo promptInfo) { in isCredentialRequested() method in Utils136 return isCredentialRequested(promptInfo.getAuthenticators()); in isCredentialRequested()244 && isCredentialRequested(authenticators)) { in isValidAuthenticatorConfig()
108 final boolean credentialRequested = Utils.isCredentialRequested(promptInfo); in create()
495 final boolean isCredentialAllowed = Utils.isCredentialRequested(authenticators); in getPromptMessage()
923 return Utils.isCredentialRequested(mPromptInfo); in isAllowDeviceCredential()
858 Utils.isCredentialRequested(authenticators)