Home
last modified time | relevance | path

Searched refs:isDeviceCredentialAllowed (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/domain/interactor/
DPromptSelectorInteractor.kt24 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()
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DUtilsTest.java51 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()
DBiometricServiceTest.java1117 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()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/domain/interactor/
DPromptSelectorInteractorImplTest.kt114 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>()
/frameworks/base/packages/SystemUI/shared/biometrics/src/com/android/systemui/biometrics/
DUtils.kt84 fun isDeviceCredentialAllowed(promptInfo: PromptInfo): Boolean = in isDeviceCredentialAllowed() method
/frameworks/base/core/java/android/hardware/biometrics/
DBiometricPrompt.java670 final boolean deviceCredentialAllowed = mPromptInfo.isDeviceCredentialAllowed(); in build()
1367 mPromptInfo.isDeviceCredentialAllowed(), in authenticate()
1432 mPromptInfo.isDeviceCredentialAllowed(), in authenticate()
DPromptInfo.java417 public boolean isDeviceCredentialAllowed() { in isDeviceCredentialAllowed() method in PromptInfo
/frameworks/base/services/core/java/com/android/server/biometrics/
DUtils.java117 final boolean deviceCredentialAllowed = promptInfo.isDeviceCredentialAllowed(); in combineAuthenticatorBundles()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthContainerView.java495 return Utils.isDeviceCredentialAllowed(mConfig.mPromptInfo); in isAllowDeviceCredentials()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ui/viewmodel/
DPromptViewModelTest.kt1859 isDeviceCredentialAllowed = allowCredentialFallback in initializePrompt()