Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
H A 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()
H A DBiometricServiceTest.java1086 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()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/domain/interactor/
H A DPromptSelectorInteractor.kt23 import com.android.systemui.biometrics.Utils.isDeviceCredentialAllowed
130 .map { info -> if (info != null) isDeviceCredentialAllowed(info) else false }
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/domain/interactor/
H A DPromptSelectorInteractorImplTest.kt101 isDeviceCredentialAllowed = allowCredentialFallback
162 isDeviceCredentialAllowed = true
/aosp14/frameworks/base/core/java/android/hardware/biometrics/
H A DBiometricPrompt.java481 final boolean deviceCredentialAllowed = mPromptInfo.isDeviceCredentialAllowed(); in build()
1044 mPromptInfo.isDeviceCredentialAllowed(), in authenticate()
1109 mPromptInfo.isDeviceCredentialAllowed(), in authenticate()
H A DPromptInfo.java280 public boolean isDeviceCredentialAllowed() { in isDeviceCredentialAllowed() method in PromptInfo
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthBiometricView.java404 if (isDeviceCredentialAllowed()) { in updateSize()
793 if (isDeviceCredentialAllowed()) { in onAttachedToWindow()
963 private boolean isDeviceCredentialAllowed() { in isDeviceCredentialAllowed() method in AuthBiometricView
964 return Utils.isDeviceCredentialAllowed(mPromptInfo); in isDeviceCredentialAllowed()
H A DUtils.kt88 fun isDeviceCredentialAllowed(promptInfo: PromptInfo): Boolean = regex
H A DAuthContainerView.java481 return Utils.isDeviceCredentialAllowed(mConfig.mPromptInfo); in isAllowDeviceCredentials()
549 } else if (Utils.isDeviceCredentialAllowed(mConfig.mPromptInfo)) { in onAttachedToWindow()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/
H A DUtils.java105 final boolean deviceCredentialAllowed = promptInfo.isDeviceCredentialAllowed(); in combineAuthenticatorBundles()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ui/viewmodel/
H A DPromptViewModelTest.kt874 isDeviceCredentialAllowed = allowCredentialFallback