Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/password/
DChooseLockSettingsHelperTest.java78 ConfirmDeviceCredentialBaseFragment.ALLOW_FP_AUTHENTICATION, false)); in testLaunchConfirmationActivityWithExternalAndChallenge()
121 ConfirmDeviceCredentialBaseFragment.ALLOW_FP_AUTHENTICATION, false)); in testLaunchConfirmationActivityInternalAndChallenge()
/packages/apps/Settings/src/com/android/settings/password/
DConfirmDeviceCredentialBaseFragment.java68 public static final String ALLOW_FP_AUTHENTICATION = field in ConfirmDeviceCredentialBaseFragment
168 && getActivity().getIntent().getBooleanExtra(ALLOW_FP_AUTHENTICATION, false) in isFingerprintAllowed()
DChooseLockSettingsHelper.java258 intent.putExtra(ConfirmDeviceCredentialBaseFragment.ALLOW_FP_AUTHENTICATION, external); in launchConfirmationActivity()