Searched refs:isCredentialRequested (Results 1 – 8 of 8) 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()
1404 assertTrue(Utils.isCredentialRequested(mBiometricService.mCurrentAuthSession.mPromptInfo)); in testWithDowngradedAuthenticator()
117 static boolean isCredentialRequested(@Authenticators.Types int authenticators) { in isCredentialRequested() method in Utils126 static boolean isCredentialRequested(PromptInfo promptInfo) { in isCredentialRequested() method in Utils127 return isCredentialRequested(promptInfo.getAuthenticators()); in isCredentialRequested()235 && isCredentialRequested(authenticators)) { in isValidAuthenticatorConfig()
105 final boolean credentialRequested = Utils.isCredentialRequested(promptInfo); in create()
469 final boolean isCredentialAllowed = Utils.isCredentialRequested(authenticators); in getPromptMessage()
836 return Utils.isCredentialRequested(mPromptInfo); in isAllowDeviceCredential()
971 Utils.isCredentialRequested(authenticators) in getSupportedModalities()
13700 PLcom/android/server/biometrics/Utils;->isCredentialRequested(I)Z13701 HPLcom/android/server/biometrics/Utils;->isCredentialRequested(Landroid/hardware/biometrics/PromptI…