Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/util/
DSetupUtils.java61 private static final String PREF_KEY_IS_FIRST_TUNE = "is_first_tune"; field in SetupUtils
86 mIsFirstTune = mSharedPreferences.getBoolean(PREF_KEY_IS_FIRST_TUNE, true); in SetupUtils()
317 mSharedPreferences.edit().putBoolean(PREF_KEY_IS_FIRST_TUNE, false).apply(); in onTuned()