Searched refs:newChannels (Results 1 – 1 of 1) sorted by relevance
839 Set<EpgReader.EpgChannel> newChannels = new HashSet<>(); in onChannelUpdatedDuringScan() local843 newChannels.add(epgChannel); in onChannelUpdatedDuringScan()847 if (!newChannels.isEmpty()) { in onChannelUpdatedDuringScan()848 EpgFetchHelper.updateNetworkAffiliation(mContext, newChannels); in onChannelUpdatedDuringScan()850 batchFetchEpg(newChannels, FETCH_DURING_SCAN_DURATION_SEC); in onChannelUpdatedDuringScan()