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