Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiApConfigStore.java308 SparseIntArray newChannels = new SparseIntArray(); in sanitizePersistentApConfig() local
313 newChannels.put(ApConfigUtil.append24GToBandIf24GSupported(bands[i], mContext), in sanitizePersistentApConfig()
316 newChannels.put(bands[i], channel); in sanitizePersistentApConfig()
319 convertedConfigBuilder.setChannels(newChannels); in sanitizePersistentApConfig()
/aosp12/packages/apps/TV/src/com/android/tv/data/epg/
H A DEpgFetcherImpl.java839 Set<EpgReader.EpgChannel> newChannels = new HashSet<>(); in onChannelUpdatedDuringScan() local
843 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()