Searched refs:getSupportedChannelList (Results 1 – 8 of 8) sorted by relevance
106 capability.getSupportedChannelList( in testGetSupportedChannelListWithInvalidBand()
655 mBand5g.hasCapability = softApCapability.getSupportedChannelList(BAND_5GHZ).length > 0; in onCapabilityChanged()656 mBand6g.hasCapability = softApCapability.getSupportedChannelList(BAND_6GHZ).length > 0; in onCapabilityChanged()
300 public int[] getSupportedChannelList(@BandType int band) { in getSupportedChannelList() method in SoftApCapability
550 int[] availableChannels = capability.getSupportedChannelList(band); in chooseApChannel()618 for (int channel : capability.getSupportedChannelList(band)) { in removeUnavailableBands()
587 when(mSoftApCapability.getSupportedChannelList(SoftApConfiguration.BAND_5GHZ)) in generateLocalOnlyHotspotConfigWhenOverlayConfigureTo5G()
11549 .getSupportedChannelList(SoftApConfiguration.BAND_2GHZ).length); in testTetheredSoftApTrackerWhenCountryCodeChanged()11551 .getSupportedChannelList(SoftApConfiguration.BAND_2GHZ)[0]); in testTetheredSoftApTrackerWhenCountryCodeChanged()11565 .getSupportedChannelList(SoftApConfiguration.BAND_2GHZ).length); in testTetheredSoftApTrackerWhenCountryCodeChanged()
364 for (int channel : mCurrentSoftApCapability.getSupportedChannelList(band)) { in updateSafeChannelFrequencyList()
402 method @NonNull public int[] getSupportedChannelList(int);