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() argument194 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()