Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/tuner/
DTunerPreferences.java43 private static final String PREFS_KEY_LAUNCH_SETUP = "launch_setup"; field in TunerPreferences
188 return sPreferenceValues.getBoolean(PREFS_KEY_LAUNCH_SETUP); in shouldShowSetupActivity()
191 .getBoolean(TunerPreferences.PREFS_KEY_LAUNCH_SETUP, false); in shouldShowSetupActivity()
198 setPreference(context, PREFS_KEY_LAUNCH_SETUP, need); in setShouldShowSetupActivity()
201 .putBoolean(TunerPreferences.PREFS_KEY_LAUNCH_SETUP, need) in setShouldShowSetupActivity()
291 case PREFS_KEY_LAUNCH_SETUP: in doInBackground()