Searched refs:PREFS_KEY_STORE_TS_STREAM (Results 1 – 1 of 1) sorted by relevance
44 private static final String PREFS_KEY_STORE_TS_STREAM = "store_ts_stream"; field in TunerPreferences210 return sPreferenceValues.getBoolean(PREFS_KEY_STORE_TS_STREAM, false); in getStoreTsStream()213 .getBoolean(TunerPreferences.PREFS_KEY_STORE_TS_STREAM, false); in getStoreTsStream()220 setPreference(context, PREFS_KEY_STORE_TS_STREAM, shouldStore); in setStoreTsStream()223 .putBoolean(TunerPreferences.PREFS_KEY_STORE_TS_STREAM, shouldStore) in setStoreTsStream()292 case PREFS_KEY_STORE_TS_STREAM: in doInBackground()