Searched refs:EXTRA_KEY_FINGERPRINT_ENROLLMENT_ONLY (Results 1 – 5 of 5) sorted by relevance
30 …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()
24 …tatic com.android.settings.password.ChooseLockSettingsHelper.EXTRA_KEY_FINGERPRINT_ENROLLMENT_ONLY;84 !intent.getBooleanExtra(EXTRA_KEY_FINGERPRINT_ENROLLMENT_ONLY, false) in create()
36 …tatic com.android.settings.password.ChooseLockSettingsHelper.EXTRA_KEY_FINGERPRINT_ENROLLMENT_ONLY;232 intent.getBooleanExtra(EXTRA_KEY_FINGERPRINT_ENROLLMENT_ONLY, false); in onCreate()
68 public static final String EXTRA_KEY_FINGERPRINT_ENROLLMENT_ONLY = "for_fingerprint_only"; field in ChooseLockSettingsHelper
25 …tatic com.android.settings.password.ChooseLockSettingsHelper.EXTRA_KEY_FINGERPRINT_ENROLLMENT_ONLY;99 intent.putExtra(EXTRA_KEY_FINGERPRINT_ENROLLMENT_ONLY, true); in createPrivateSpaceLock()