Searched refs:mBrowsableUpdateChannelIds (Results 1 – 1 of 1) sorted by relevance
88 private final Set<Long> mBrowsableUpdateChannelIds = new HashSet<>(); field in ChannelDataManager367 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()