Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/tuner/
DTunerPreferences.java44 private static final String PREFS_KEY_STORE_TS_STREAM = "store_ts_stream"; field in TunerPreferences
210 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()