Searched refs:supportedChannelList (Results 1 – 2 of 2) sorted by relevance
263 @Nullable int[] supportedChannelList) { in setSupportedChannelList() argument264 if (supportedChannelList == null) return false; in setSupportedChannelList()267 mSupportedChannelListIn24g = supportedChannelList; in setSupportedChannelList()270 mSupportedChannelListIn5g = supportedChannelList; in setSupportedChannelList()273 mSupportedChannelListIn6g = supportedChannelList; in setSupportedChannelList()276 mSupportedChannelListIn60g = supportedChannelList; in setSupportedChannelList()
1611 int[] supportedChannelList = channelMap.get(band);1612 if (supportedChannelList != null) {1613 newSoftApCapability.setSupportedChannelList(band, supportedChannelList);1619 List<Integer> supportedChannelList = null;1623 supportedChannelList = getAvailableChannelFreqsForBand(1625 if (supportedChannelList != null) {1628 supportedChannelList.stream().mapToInt(Integer::intValue).toArray());