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.java60 private static final String PREF_KEY_IS_FIRST_TUNE = "is_first_tune"; field in SetupUtils
83 mIsFirstTune = mSharedPreferences.getBoolean(PREF_KEY_IS_FIRST_TUNE, true); in SetupUtils()
325 mSharedPreferences.edit().putBoolean(PREF_KEY_IS_FIRST_TUNE, false).apply(); in onTuned()