Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/tuner/
DTunerPreferences.java218 public static void setStoreTsStream(Context context, boolean shouldStore) { in setStoreTsStream() argument
220 setPreference(context, PREFS_KEY_STORE_TS_STREAM, shouldStore); in setStoreTsStream()
223 .putBoolean(TunerPreferences.PREFS_KEY_STORE_TS_STREAM, shouldStore) in setStoreTsStream()