Searched refs:getMissingChannelsFromBand (Results 1 – 2 of 2) sorted by relevance
135 public abstract Set<Integer> getMissingChannelsFromBand(int band); in getMissingChannelsFromBand() method in ChannelHelper.ChannelCollection230 return getMissingChannelsFromBand(scanSettings.band); in getMissingChannelsFromSettings()
399 public Set<Integer> getMissingChannelsFromBand(int band) { in getMissingChannelsFromBand() method in KnownBandsChannelHelper.KnownBandsChannelCollection437 Set<Integer> missingChannels = getMissingChannelsFromBand(WIFI_BAND_6_GHZ); in add6GhzPscChannels()