Searched refs:setSupportedChannelList (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Wifi/framework/tests/src/android/net/wifi/ |
D | SoftApCapabilityTest.java | 45 capability.setSupportedChannelList(SoftApConfiguration.BAND_2GHZ, testSupported2Glist); in testCopyOperator() 46 capability.setSupportedChannelList(SoftApConfiguration.BAND_5GHZ, testSupported5Glist); in testCopyOperator() 47 capability.setSupportedChannelList(SoftApConfiguration.BAND_60GHZ, testSupported60Glist); in testCopyOperator() 68 capability.setSupportedChannelList(SoftApConfiguration.BAND_2GHZ, testSupported2Glist); in testParcelOperation() 69 capability.setSupportedChannelList(SoftApConfiguration.BAND_5GHZ, testSupported5Glist); in testParcelOperation() 70 capability.setSupportedChannelList(SoftApConfiguration.BAND_60GHZ, testSupported60Glist); in testParcelOperation() 91 capability.setSupportedChannelList( in testSetSupportedChannelListWithInvalidBand()
|
/packages/modules/Wifi/framework/java/android/net/wifi/ |
D | SoftApCapability.java | 201 public boolean setSupportedChannelList(@BandType int band, in setSupportedChannelList() method in SoftApCapability 302 capability.setSupportedChannelList(SoftApConfiguration.BAND_2GHZ, in.createIntArray()); 303 capability.setSupportedChannelList(SoftApConfiguration.BAND_5GHZ, in.createIntArray()); 304 capability.setSupportedChannelList(SoftApConfiguration.BAND_6GHZ, in.createIntArray()); 305 capability.setSupportedChannelList(SoftApConfiguration.BAND_60GHZ, in.createIntArray());
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | SoftApManagerTest.java | 300 mTestSoftApCapability.setSupportedChannelList( in setUp() 302 mTestSoftApCapability.setSupportedChannelList( in setUp() 2088 testCapability.setSupportedChannelList( in testSoftApEnableFailureBecauseDaulBandConfigSetWhenACSNotSupport() 2090 testCapability.setSupportedChannelList( in testSoftApEnableFailureBecauseDaulBandConfigSetWhenACSNotSupport() 2119 testCapability.setSupportedChannelList( in testSoftApEnableWhenDaulBandConfigwithChannelSetWhenACSNotSupport() 2121 testCapability.setSupportedChannelList( in testSoftApEnableWhenDaulBandConfigwithChannelSetWhenACSNotSupport() 2759 testCapability.setSupportedChannelList(SoftApConfiguration.BAND_6GHZ, new int[0]); in testBridgedModeFallbackToSingleModeDueToUnavailableBand()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/ |
D | ApConfigUtilTest.java | 731 testSoftApCapability.setSupportedChannelList( in testIsAvailableChannelsOnTargetBands() 733 testSoftApCapability.setSupportedChannelList( in testIsAvailableChannelsOnTargetBands()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | WifiServiceImpl.java | 1375 newSoftApCapability.setSupportedChannelList( in updateSoftApCapabilityWithAvailableChannelList() 1384 newSoftApCapability.setSupportedChannelList( in updateSoftApCapabilityWithAvailableChannelList() 1393 newSoftApCapability.setSupportedChannelList( in updateSoftApCapabilityWithAvailableChannelList() 1403 newSoftApCapability.setSupportedChannelList( in updateSoftApCapabilityWithAvailableChannelList()
|