Home
last modified time | relevance | path

Searched refs:KEY_ALLOW_DEVICE_CREDENTIAL (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/hardware/biometrics/
DBiometricPrompt.java84 public static final String KEY_ALLOW_DEVICE_CREDENTIAL = "allow_device_credential"; field in BiometricPrompt
274 mBundle.putBoolean(KEY_ALLOW_DEVICE_CREDENTIAL, allowed); in setDeviceCredentialAllowed()
298 final boolean enableFallback = mBundle.getBoolean(KEY_ALLOW_DEVICE_CREDENTIAL); in build()
573 if (mBundle.getBoolean(KEY_ALLOW_DEVICE_CREDENTIAL)) { in authenticate()
/frameworks/base/services/core/java/com/android/server/biometrics/
DBiometricService.java684 if (bundle.getBoolean(BiometricPrompt.KEY_ALLOW_DEVICE_CREDENTIAL)) { in authenticate()