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

/packages/apps/TV/usbtuner/src/com/android/usbtuner/tvinput/
H A DChannelDataManager.java99 private final ConcurrentSkipListSet<TunerChannel> mPreviousScannedChannels; field in class:ChannelDataManager
147 mPreviousScannedChannels = new ConcurrentSkipListSet<>();
221 mPreviousScannedChannels.clear();
231 mPreviousScannedChannels.add(channel);
253 if (mPreviousScannedChannels.isEmpty()) {
257 for (TunerChannel channel : mPreviousScannedChannels) {
447 mPreviousScannedChannels.remove(channel);

Completed in 158 milliseconds