Searched refs:PREFS_KEY_STORE_TS_STREAM (Results 1 – 1 of 1) sorted by relevance
43 private static final String PREFS_KEY_STORE_TS_STREAM = "store_ts_stream"; field in CommonPreferences51 sPref2TypeMapping.put(PREFS_KEY_STORE_TS_STREAM, boolean.class); in sPref2TypeMapping.put() argument195 return sPreferenceValues.getBoolean(PREFS_KEY_STORE_TS_STREAM, false); in getStoreTsStream()197 return getSharedPreferences(context).getBoolean(PREFS_KEY_STORE_TS_STREAM, false); in getStoreTsStream()203 setPreference(context, PREFS_KEY_STORE_TS_STREAM, shouldStore); in setStoreTsStream()207 .putBoolean(PREFS_KEY_STORE_TS_STREAM, shouldStore) in setStoreTsStream()