Searched refs:supportedChannelList (Results 1 – 2 of 2) sorted by relevance
202 @Nullable int[] supportedChannelList) { in setSupportedChannelList() argument203 if (supportedChannelList == null) return false; in setSupportedChannelList()206 mSupportedChannelListIn24g = supportedChannelList; in setSupportedChannelList()209 mSupportedChannelListIn5g = supportedChannelList; in setSupportedChannelList()212 mSupportedChannelListIn6g = supportedChannelList; in setSupportedChannelList()215 mSupportedChannelListIn60g = supportedChannelList; in setSupportedChannelList()
1370 List<Integer> supportedChannelList = null; in updateSoftApCapabilityWithAvailableChannelList() local1372 supportedChannelList = ApConfigUtil.getAvailableChannelFreqsForBand( in updateSoftApCapabilityWithAvailableChannelList()1374 if (supportedChannelList != null) { in updateSoftApCapabilityWithAvailableChannelList()1377 supportedChannelList.stream().mapToInt(Integer::intValue).toArray()); in updateSoftApCapabilityWithAvailableChannelList()1381 supportedChannelList = ApConfigUtil.getAvailableChannelFreqsForBand( in updateSoftApCapabilityWithAvailableChannelList()1383 if (supportedChannelList != null) { in updateSoftApCapabilityWithAvailableChannelList()1386 supportedChannelList.stream().mapToInt(Integer::intValue).toArray()); in updateSoftApCapabilityWithAvailableChannelList()1390 supportedChannelList = ApConfigUtil.getAvailableChannelFreqsForBand( in updateSoftApCapabilityWithAvailableChannelList()1392 if (supportedChannelList != null) { in updateSoftApCapabilityWithAvailableChannelList()1395 supportedChannelList.stream().mapToInt(Integer::intValue).toArray()); in updateSoftApCapabilityWithAvailableChannelList()[all …]