Home
last modified time | relevance | path

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

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