Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/biometrics/
DPromptInfo.java171 public void setDeviceCredentialAllowed(boolean deviceCredentialAllowed) { in setDeviceCredentialAllowed() argument
172 mDeviceCredentialAllowed = deviceCredentialAllowed; in setDeviceCredentialAllowed()
DBiometricPrompt.java423 final boolean deviceCredentialAllowed = mPromptInfo.isDeviceCredentialAllowed(); in build()
425 final boolean willShowDeviceCredentialButton = deviceCredentialAllowed in build()
/frameworks/base/services/core/java/com/android/server/biometrics/
DUtils.java97 final boolean deviceCredentialAllowed = promptInfo.isDeviceCredentialAllowed(); in combineAuthenticatorBundles()
106 authenticators = deviceCredentialAllowed in combineAuthenticatorBundles()