Searched refs:PREFS_KEY_LAUNCH_SETUP (Results 1 – 1 of 1) sorted by relevance
43 private static final String PREFS_KEY_LAUNCH_SETUP = "launch_setup"; field in TunerPreferences188 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()