Searched refs:shouldStore (Results 1 – 1 of 1) sorted by relevance
218 public static void setStoreTsStream(Context context, boolean shouldStore) { in setStoreTsStream() argument220 setPreference(context, PREFS_KEY_STORE_TS_STREAM, shouldStore); in setStoreTsStream()223 .putBoolean(TunerPreferences.PREFS_KEY_STORE_TS_STREAM, shouldStore) in setStoreTsStream()