Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/
DTvApplication.java101 private static final String PREFERENCE_IS_FIRST_LAUNCH = "is_first_launch"; field in TvApplication
234 boolean isFirstLaunch = sharedPreferences.getBoolean(PREFERENCE_IS_FIRST_LAUNCH, true); in checkTunerServiceOnFirstLaunch()
244 editor.putBoolean(PREFERENCE_IS_FIRST_LAUNCH, false); in checkTunerServiceOnFirstLaunch()