Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/tuner/
DTunerPreferences.java40 private static final String PREFS_KEY_CHANNEL_DATA_VERSION = "channel_data_version"; field in TunerPreferences
120 return sPreferenceValues.getInt(PREFS_KEY_CHANNEL_DATA_VERSION, in getChannelDataVersion()
124 .getInt(TunerPreferences.PREFS_KEY_CHANNEL_DATA_VERSION, in getChannelDataVersion()
132 setPreference(context, PREFS_KEY_CHANNEL_DATA_VERSION, version); in setChannelDataVersion()
135 .putInt(TunerPreferences.PREFS_KEY_CHANNEL_DATA_VERSION, version) in setChannelDataVersion()
282 case PREFS_KEY_CHANNEL_DATA_VERSION: in doInBackground()