Home
last modified time | relevance | path

Searched refs:getSupportedChannelList (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DSoftApCapabilityTest.java106 capability.getSupportedChannelList( in testGetSupportedChannelListWithInvalidBand()
/packages/apps/Settings/src/com/android/settings/wifi/repository/
DWifiHotspotRepository.java655 mBand5g.hasCapability = softApCapability.getSupportedChannelList(BAND_5GHZ).length > 0; in onCapabilityChanged()
656 mBand6g.hasCapability = softApCapability.getSupportedChannelList(BAND_6GHZ).length > 0; in onCapabilityChanged()
/packages/modules/Wifi/framework/java/android/net/wifi/
DSoftApCapability.java300 public int[] getSupportedChannelList(@BandType int band) { in getSupportedChannelList() method in SoftApCapability
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DApConfigUtil.java550 int[] availableChannels = capability.getSupportedChannelList(band); in chooseApChannel()
618 for (int channel : capability.getSupportedChannelList(band)) { in removeUnavailableBands()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiApConfigStoreTest.java587 when(mSoftApCapability.getSupportedChannelList(SoftApConfiguration.BAND_5GHZ)) in generateLocalOnlyHotspotConfigWhenOverlayConfigureTo5G()
DWifiServiceImplTest.java11549 .getSupportedChannelList(SoftApConfiguration.BAND_2GHZ).length); in testTetheredSoftApTrackerWhenCountryCodeChanged()
11551 .getSupportedChannelList(SoftApConfiguration.BAND_2GHZ)[0]); in testTetheredSoftApTrackerWhenCountryCodeChanged()
11565 .getSupportedChannelList(SoftApConfiguration.BAND_2GHZ).length); in testTetheredSoftApTrackerWhenCountryCodeChanged()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DSoftApManager.java364 for (int channel : mCurrentSoftApCapability.getSupportedChannelList(band)) { in updateSafeChannelFrequencyList()
/packages/modules/Wifi/framework/api/
Dsystem-current.txt402 method @NonNull public int[] getSupportedChannelList(int);