Searched refs:mPreviousScannedChannels (Results 1 - 1 of 1) sorted by relevance

/packages/apps/TV/src/com/android/tv/tuner/tvinput/
H A DChannelDataManager.java112 private final ConcurrentSkipListSet<TunerChannel> mPreviousScannedChannels; field in class:ChannelDataManager
161 mPreviousScannedChannels = new ConcurrentSkipListSet<>();
257 mPreviousScannedChannels.clear();
267 mPreviousScannedChannels.add(channel);
289 if (!mPreviousScannedChannels.isEmpty()) {
291 for (TunerChannel channel : mPreviousScannedChannels) {
594 mPreviousScannedChannels.remove(channel);

Completed in 23 milliseconds