Searched refs:mBrowsableUpdateChannelIds (Results 1 – 1 of 1) sorted by relevance
94 private final Set<Long> mBrowsableUpdateChannelIds = new HashSet<>(); field in ChannelDataManager356 mBrowsableUpdateChannelIds.remove(channelWrapper.mChannel.getId()); in updateBrowsable()358 mBrowsableUpdateChannelIds.add(channelWrapper.mChannel.getId()); in updateBrowsable()422 for (Long id : mBrowsableUpdateChannelIds) { in applyUpdatedValuesToDb()452 mBrowsableUpdateChannelIds.clear(); in applyUpdatedValuesToDb()