Home
last modified time | relevance | path

Searched refs:deviceCredentialAllowed (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/java/android/hardware/biometrics/
H A DPromptInfo.java174 public void setDeviceCredentialAllowed(boolean deviceCredentialAllowed) { in setDeviceCredentialAllowed() argument
175 mDeviceCredentialAllowed = deviceCredentialAllowed; in setDeviceCredentialAllowed()
H A DBiometricPrompt.java436 final boolean deviceCredentialAllowed = mPromptInfo.isDeviceCredentialAllowed(); in build()
438 final boolean willShowDeviceCredentialButton = deviceCredentialAllowed in build()
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/
H A DUtils.java96 final boolean deviceCredentialAllowed = promptInfo.isDeviceCredentialAllowed(); in combineAuthenticatorBundles()
105 authenticators = deviceCredentialAllowed in combineAuthenticatorBundles()