Searched refs:PREFS_KEY_CHANNEL_DATA_VERSION (Results 1 – 1 of 1) sorted by relevance
40 private static final String PREFS_KEY_CHANNEL_DATA_VERSION = "channel_data_version"; field in TunerPreferences120 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()