Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
DWificondChannelHelper.java36 setBandChannels(emptyFreqList, emptyFreqList, emptyFreqList, emptyFreqList); in WificondChannelHelper()
59 setBandChannels(channels24G, channels5G, channelsDfs, channels6G); in updateChannels()
DPresetKnownBandsChannelHelper.java25 setBandChannels(channels2G, channels5G, channelsDfs, channels6G); in PresetKnownBandsChannelHelper()
DKnownBandsChannelHelper.java63 protected void setBandChannels(int[] channels2G, int[] channels5G, int[] channelsDfs, in setBandChannels() method in KnownBandsChannelHelper