Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/util/
DOnboardingUtils.java30 private static final String PREF_KEY_IS_FIRST_BOOT = "pref_onbaording_is_first_boot"; field in OnboardingUtils
45 .getBoolean(PREF_KEY_IS_FIRST_BOOT, true); in isFirstBoot()
52 .putBoolean(PREF_KEY_IS_FIRST_BOOT, false) in setFirstBootCompleted()