Home
last modified time | relevance | path

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

/packages/apps/TV/common/src/com/android/tv/common/
DCommonPreferences.java43 private static final String PREFS_KEY_STORE_TS_STREAM = "store_ts_stream"; field in CommonPreferences
51 sPref2TypeMapping.put(PREFS_KEY_STORE_TS_STREAM, boolean.class); in sPref2TypeMapping.put() argument
194 return sPreferenceValues.getBoolean(PREFS_KEY_STORE_TS_STREAM, false); in getStoreTsStream()
196 return getSharedPreferences(context).getBoolean(PREFS_KEY_STORE_TS_STREAM, false); in getStoreTsStream()
202 setPreference(context, PREFS_KEY_STORE_TS_STREAM, shouldStore); in setStoreTsStream()
206 .putBoolean(PREFS_KEY_STORE_TS_STREAM, shouldStore) in setStoreTsStream()