Home
last modified time | relevance | path

Searched refs:EXTRA_KEY_FINGERPRINT_ENROLLMENT_ONLY (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Settings/src/com/android/settings/password/
DSetNewPasswordActivity.java30 …tatic com.android.settings.password.ChooseLockSettingsHelper.EXTRA_KEY_FINGERPRINT_ENROLLMENT_ONLY;
136 intent.putExtra(EXTRA_KEY_FINGERPRINT_ENROLLMENT_ONLY, in launchChooseLock()
137 getIntent().getBooleanExtra(EXTRA_KEY_FINGERPRINT_ENROLLMENT_ONLY, false)); in launchChooseLock()
DSetNewPasswordController.java24 …tatic com.android.settings.password.ChooseLockSettingsHelper.EXTRA_KEY_FINGERPRINT_ENROLLMENT_ONLY;
84 !intent.getBooleanExtra(EXTRA_KEY_FINGERPRINT_ENROLLMENT_ONLY, false) in create()
DChooseLockGeneric.java36 …tatic com.android.settings.password.ChooseLockSettingsHelper.EXTRA_KEY_FINGERPRINT_ENROLLMENT_ONLY;
232 intent.getBooleanExtra(EXTRA_KEY_FINGERPRINT_ENROLLMENT_ONLY, false); in onCreate()
DChooseLockSettingsHelper.java68 public static final String EXTRA_KEY_FINGERPRINT_ENROLLMENT_ONLY = "for_fingerprint_only"; field in ChooseLockSettingsHelper
/packages/apps/Settings/src/com/android/settings/privatespace/
DPrivateProfileContextHelperActivity.java25 …tatic com.android.settings.password.ChooseLockSettingsHelper.EXTRA_KEY_FINGERPRINT_ENROLLMENT_ONLY;
99 intent.putExtra(EXTRA_KEY_FINGERPRINT_ENROLLMENT_ONLY, true); in createPrivateSpaceLock()