Searched refs:PREFS_KEY_SCANNED_CHANNEL_COUNT (Results 1 – 1 of 1) sorted by relevance
41 private static final String PREFS_KEY_SCANNED_CHANNEL_COUNT = "scanned_channel_count"; field in TunerPreferences144 return sPreferenceValues.getInt(PREFS_KEY_SCANNED_CHANNEL_COUNT); in getScannedChannelCount()147 .getInt(TunerPreferences.PREFS_KEY_SCANNED_CHANNEL_COUNT, 0); in getScannedChannelCount()154 setPreference(context, PREFS_KEY_SCANNED_CHANNEL_COUNT, channelCount); in setScannedChannelCount()157 .putInt(TunerPreferences.PREFS_KEY_SCANNED_CHANNEL_COUNT, channelCount) in setScannedChannelCount()283 case PREFS_KEY_SCANNED_CHANNEL_COUNT: in doInBackground()