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

/packages/apps/TV/src/com/android/tv/data/
H A DChannelDataManager.java89 private final Set<Long> mBrowsableUpdateChannelIds = new HashSet<>(); field in class:ChannelDataManager
361 mBrowsableUpdateChannelIds.remove(channelWrapper.mChannel.getId());
363 mBrowsableUpdateChannelIds.add(channelWrapper.mChannel.getId());
427 for (Long id : mBrowsableUpdateChannelIds) {
457 mBrowsableUpdateChannelIds.clear();

Completed in 28 milliseconds