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); in WificondChannelHelper()
53 setBandChannels(channels24G, channels5G, channelsDfs); in updateChannels()
DPresetKnownBandsChannelHelper.java24 setBandChannels(channels2G, channels5G, channelsDfs); in PresetKnownBandsChannelHelper()
DKnownBandsChannelHelper.java34 protected void setBandChannels(int[] channels2G, int[] channels5G, int[] channelsDfs) { in setBandChannels() method in KnownBandsChannelHelper