Searched refs:setSupportedChannelList (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Wifi/framework/tests/src/android/net/wifi/ |
D | SoftApCapabilityTest.java | 48 capability.setSupportedChannelList(SoftApConfiguration.BAND_2GHZ, testSupported2Glist); in testCopyOperator() 49 capability.setSupportedChannelList(SoftApConfiguration.BAND_5GHZ, testSupported5Glist); in testCopyOperator() 50 capability.setSupportedChannelList(SoftApConfiguration.BAND_60GHZ, testSupported60Glist); in testCopyOperator() 71 capability.setSupportedChannelList(SoftApConfiguration.BAND_2GHZ, testSupported2Glist); in testParcelOperation() 72 capability.setSupportedChannelList(SoftApConfiguration.BAND_5GHZ, testSupported5Glist); in testParcelOperation() 73 capability.setSupportedChannelList(SoftApConfiguration.BAND_60GHZ, testSupported60Glist); in testParcelOperation() 96 capability.setSupportedChannelList( in testSetSupportedChannelListWithInvalidBand()
|
/packages/modules/Wifi/framework/java/android/net/wifi/ |
D | SoftApCapability.java | 262 public boolean setSupportedChannelList(@BandType int band, in setSupportedChannelList() method in SoftApCapability 367 capability.setSupportedChannelList(SoftApConfiguration.BAND_2GHZ, in.createIntArray()); 368 capability.setSupportedChannelList(SoftApConfiguration.BAND_5GHZ, in.createIntArray()); 369 capability.setSupportedChannelList(SoftApConfiguration.BAND_6GHZ, in.createIntArray()); 370 capability.setSupportedChannelList(SoftApConfiguration.BAND_60GHZ, in.createIntArray());
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/ |
D | ApConfigUtilTest.java | 189 mCapability.setSupportedChannelList(SoftApConfiguration.BAND_2GHZ, ALLOWED_2G_CHANS); in setUp() 190 mCapability.setSupportedChannelList(SoftApConfiguration.BAND_5GHZ, ALLOWED_5G_CHANS); in setUp() 191 mCapability.setSupportedChannelList(SoftApConfiguration.BAND_60GHZ, ALLOWED_60G_CHANS); in setUp() 426 mCapability.setSupportedChannelList(SoftApConfiguration.BAND_2GHZ, allowed2gChannels); in chooseApChannel2GBandWithNoAllowedChannel() 485 mCapability.setSupportedChannelList(SoftApConfiguration.BAND_5GHZ, new int[0]); in chooseApChannel5GBandWithNoAllowedChannels() 824 mCapability.setSupportedChannelList(SoftApConfiguration.BAND_5GHZ, new int[0]); in updateApChannelConfigWith5GBandNoChannelAllowed() 1064 testSoftApCapability.setSupportedChannelList( in testIsAvailableChannelsOnTargetBands() 1066 testSoftApCapability.setSupportedChannelList( in testIsAvailableChannelsOnTargetBands() 1107 testSoftApCapability.setSupportedChannelList( in testUpdateBandInConfigOnFindingUnavailableChannels() 1109 testSoftApCapability.setSupportedChannelList( in testUpdateBandInConfigOnFindingUnavailableChannels() [all …]
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | SoftApManagerTest.java | 442 mTestSoftApCapability.setSupportedChannelList( in setUp() 444 mTestSoftApCapability.setSupportedChannelList( in setUp() 2747 testCapability.setSupportedChannelList( in testSoftApEnableFailureBecauseDaulBandConfigSetWhenACSNotSupport() 2749 testCapability.setSupportedChannelList( in testSoftApEnableFailureBecauseDaulBandConfigSetWhenACSNotSupport() 2786 testCapability.setSupportedChannelList( in testSoftApEnableWhenDaulBandConfigwithChannelSetWhenACSNotSupport() 2788 testCapability.setSupportedChannelList( in testSoftApEnableWhenDaulBandConfigwithChannelSetWhenACSNotSupport() 3385 testCapability.setSupportedChannelList(SoftApConfiguration.BAND_5GHZ, new int[0]); in testBridgedModeFallbackToSingleModeDueToUnavailableBand() 3386 testCapability.setSupportedChannelList( in testBridgedModeFallbackToSingleModeDueToUnavailableBand() 3408 testCapability.setSupportedChannelList(SoftApConfiguration.BAND_6GHZ, new int[0]); in testBridgedModeWorksEvenIfABandIsUnavailableInBandArray() 3767 staleCapability.setSupportedChannelList(SoftApConfiguration.BAND_5GHZ, new int[0]); in testBridgedModeKeepIfMovingFromUnsupportedCCtoSupportedCC()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
D | ApConfigUtil.java | 1613 newSoftApCapability.setSupportedChannelList(band, supportedChannelList); 1626 newSoftApCapability.setSupportedChannelList(
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | WifiServiceImpl.java | 2149 newSoftApCapability.setSupportedChannelList(b, new int[0]); in notifyNewCountryCodeChangePending()
|