Searched refs:newChannels (Results 1 – 2 of 2) sorted by relevance
308 SparseIntArray newChannels = new SparseIntArray(); in sanitizePersistentApConfig() local313 newChannels.put(ApConfigUtil.append24GToBandIf24GSupported(bands[i], mContext), in sanitizePersistentApConfig()316 newChannels.put(bands[i], channel); in sanitizePersistentApConfig()319 convertedConfigBuilder.setChannels(newChannels); in sanitizePersistentApConfig()
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()