Searched refs:PREF_KEY_IS_FIRST_BOOT (Results 1 – 1 of 1) sorted by relevance
30 private static final String PREF_KEY_IS_FIRST_BOOT = "pref_onbaording_is_first_boot"; field in OnboardingUtils45 .getBoolean(PREF_KEY_IS_FIRST_BOOT, true); in isFirstBoot()52 .putBoolean(PREF_KEY_IS_FIRST_BOOT, false) in setFirstBootCompleted()