Searched refs:sPreferenceValues (Results 1 – 1 of 1) sorted by relevance
50 private static final Bundle sPreferenceValues = new Bundle(); field in TunerPreferences120 return sPreferenceValues.getInt(PREFS_KEY_CHANNEL_DATA_VERSION, in getChannelDataVersion()144 return sPreferenceValues.getInt(PREFS_KEY_SCANNED_CHANNEL_COUNT); in getScannedChannelCount()166 return sPreferenceValues.getBoolean(PREFS_KEY_SCAN_DONE); in isScanDone()188 return sPreferenceValues.getBoolean(PREFS_KEY_LAUNCH_SETUP); in shouldShowSetupActivity()210 return sPreferenceValues.getBoolean(PREFS_KEY_STORE_TS_STREAM, false); in getStoreTsStream()254 sPreferenceValues.putInt(key, value); in setPreference()260 sPreferenceValues.putBoolean(key, value); in setPreference()307 sPreferenceValues.putAll(bundle); in onPostExecute()