Searched refs:isDeviceCredentialAllowed (Results 1 – 11 of 11) sorted by relevance
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()
1086 assertFalse(promptInfo.isDeviceCredentialAllowed()); in testCombineAuthenticatorBundles_withKeyDeviceCredential_andKeyAuthenticators()1099 assertFalse(promptInfo.isDeviceCredentialAllowed()); in testCombineAuthenticatorBundles_withNoKeyDeviceCredential_andKeyAuthenticators()1111 assertFalse(promptInfo.isDeviceCredentialAllowed()); in testCombineAuthenticatorBundles_withKeyDeviceCredential_andNoKeyAuthenticators()1122 assertFalse(promptInfo.isDeviceCredentialAllowed()); in testCombineAuthenticatorBundles_withNoKeyDeviceCredential_andNoKeyAuthenticators()
23 import com.android.systemui.biometrics.Utils.isDeviceCredentialAllowed130 .map { info -> if (info != null) isDeviceCredentialAllowed(info) else false }
101 isDeviceCredentialAllowed = allowCredentialFallback162 isDeviceCredentialAllowed = true
481 final boolean deviceCredentialAllowed = mPromptInfo.isDeviceCredentialAllowed(); in build()1044 mPromptInfo.isDeviceCredentialAllowed(), in authenticate()1109 mPromptInfo.isDeviceCredentialAllowed(), in authenticate()
280 public boolean isDeviceCredentialAllowed() { in isDeviceCredentialAllowed() method in PromptInfo
404 if (isDeviceCredentialAllowed()) { in updateSize()793 if (isDeviceCredentialAllowed()) { in onAttachedToWindow()963 private boolean isDeviceCredentialAllowed() { in isDeviceCredentialAllowed() method in AuthBiometricView964 return Utils.isDeviceCredentialAllowed(mPromptInfo); in isDeviceCredentialAllowed()
88 fun isDeviceCredentialAllowed(promptInfo: PromptInfo): Boolean = regex
481 return Utils.isDeviceCredentialAllowed(mConfig.mPromptInfo); in isAllowDeviceCredentials()549 } else if (Utils.isDeviceCredentialAllowed(mConfig.mPromptInfo)) { in onAttachedToWindow()
105 final boolean deviceCredentialAllowed = promptInfo.isDeviceCredentialAllowed(); in combineAuthenticatorBundles()
874 isDeviceCredentialAllowed = allowCredentialFallback