Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/data/
DChannelDataManager.java88 private final Set<Long> mBrowsableUpdateChannelIds = new HashSet<>(); field in ChannelDataManager
367 mBrowsableUpdateChannelIds.remove(channelWrapper.mChannel.getId()); in updateBrowsable()
369 mBrowsableUpdateChannelIds.add(channelWrapper.mChannel.getId()); in updateBrowsable()
441 for (Long id : mBrowsableUpdateChannelIds) { in applyUpdatedValuesToDb()
471 mBrowsableUpdateChannelIds.clear(); in applyUpdatedValuesToDb()