Searched refs:isDeviceCredentialAllowed (Results 1 – 10 of 10) sorted by relevance
24 import com.android.systemui.biometrics.Utils.isDeviceCredentialAllowed in <lambda>()145 .map { info -> if (info != null) isDeviceCredentialAllowed(info) else false } in info()192 isDeviceCredentialAllowed(promptInfo) && in setPrompt()221 } else if (isDeviceCredentialAllowed(promptInfo)) { in setPrompt()
51 assertFalse(promptInfo.isDeviceCredentialAllowed()); in testCombineAuthenticatorBundles_withKeyDeviceCredential_andKeyAuthenticators()64 assertFalse(promptInfo.isDeviceCredentialAllowed()); in testCombineAuthenticatorBundles_withNoKeyDeviceCredential_andKeyAuthenticators()76 assertFalse(promptInfo.isDeviceCredentialAllowed()); in testCombineAuthenticatorBundles_withKeyDeviceCredential_andNoKeyAuthenticators()87 assertFalse(promptInfo.isDeviceCredentialAllowed()); in testCombineAuthenticatorBundles_withNoKeyDeviceCredential_andNoKeyAuthenticators()
1117 assertFalse(promptInfo.isDeviceCredentialAllowed()); in testCombineAuthenticatorBundles_withKeyDeviceCredential_andKeyAuthenticators()1130 assertFalse(promptInfo.isDeviceCredentialAllowed()); in testCombineAuthenticatorBundles_withNoKeyDeviceCredential_andKeyAuthenticators()1142 assertFalse(promptInfo.isDeviceCredentialAllowed()); in testCombineAuthenticatorBundles_withKeyDeviceCredential_andNoKeyAuthenticators()1153 assertFalse(promptInfo.isDeviceCredentialAllowed()); in testCombineAuthenticatorBundles_withNoKeyDeviceCredential_andNoKeyAuthenticators()
114 isDeviceCredentialAllowed = true in <lambda>()157 isDeviceCredentialAllowed = allowCredentialFallback in <lambda>()295 isDeviceCredentialAllowed = true in <lambda>()316 isDeviceCredentialAllowed = true in <lambda>()342 isDeviceCredentialAllowed = true in <lambda>()389 isDeviceCredentialAllowed = true in <lambda>()
84 fun isDeviceCredentialAllowed(promptInfo: PromptInfo): Boolean = in isDeviceCredentialAllowed() method
670 final boolean deviceCredentialAllowed = mPromptInfo.isDeviceCredentialAllowed(); in build()1367 mPromptInfo.isDeviceCredentialAllowed(), in authenticate()1432 mPromptInfo.isDeviceCredentialAllowed(), in authenticate()
417 public boolean isDeviceCredentialAllowed() { in isDeviceCredentialAllowed() method in PromptInfo
117 final boolean deviceCredentialAllowed = promptInfo.isDeviceCredentialAllowed(); in combineAuthenticatorBundles()
495 return Utils.isDeviceCredentialAllowed(mConfig.mPromptInfo); in isAllowDeviceCredentials()
1859 isDeviceCredentialAllowed = allowCredentialFallback in initializePrompt()