Home
last modified time | relevance | path

Searched refs:setBandChannels (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/scanner/
DWificondChannelHelper.java36 setBandChannels(emptyFreqList, emptyFreqList, emptyFreqList, emptyFreqList, emptyFreqList); in WificondChannelHelper()
62 setBandChannels(channels24G, channels5G, channelsDfs, channels6G, channels60G); in updateChannels()
DPresetKnownBandsChannelHelper.java25 setBandChannels(channels2G, channels5G, channelsDfs, channels6G, channels60G); in PresetKnownBandsChannelHelper()
DKnownBandsChannelHelper.java70 protected void setBandChannels(int[] channels2G, int[] channels5G, int[] channelsDfs, in setBandChannels() method in KnownBandsChannelHelper