Home
last modified time | relevance | path

Searched refs:testCapability (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSoftApManagerTest.java2849 SoftApCapability testCapability = new SoftApCapability(testSoftApFeature); in testSoftApEnableFailureBecauseDaulBandConfigSetWhenACSNotSupport() local
2850 testCapability.setSupportedChannelList( in testSoftApEnableFailureBecauseDaulBandConfigSetWhenACSNotSupport()
2852 testCapability.setSupportedChannelList( in testSoftApEnableFailureBecauseDaulBandConfigSetWhenACSNotSupport()
2854 testCapability.setCountryCode(TEST_COUNTRY_CODE); in testSoftApEnableFailureBecauseDaulBandConfigSetWhenACSNotSupport()
2858 testCapability, TEST_COUNTRY_CODE, TEST_TETHERING_REQUEST); in testSoftApEnableFailureBecauseDaulBandConfigSetWhenACSNotSupport()
2888 SoftApCapability testCapability = new SoftApCapability(testSoftApFeature); in testSoftApEnableWhenDaulBandConfigwithChannelSetWhenACSNotSupport() local
2889 testCapability.setSupportedChannelList( in testSoftApEnableWhenDaulBandConfigwithChannelSetWhenACSNotSupport()
2891 testCapability.setSupportedChannelList( in testSoftApEnableWhenDaulBandConfigwithChannelSetWhenACSNotSupport()
2898 testCapability, TEST_COUNTRY_CODE, TEST_TETHERING_REQUEST); in testSoftApEnableWhenDaulBandConfigwithChannelSetWhenACSNotSupport()
3496 SoftApCapability testCapability = new SoftApCapability(mTestSoftApCapability); in testBridgedModeFallbackToSingleModeDueToUnavailableBand() local
[all …]
DActiveModeWardenTest.java3306 SoftApCapability testCapability = new SoftApCapability(0); in testUpdateCapabilityInSoftApActiveMode() local
3308 mActiveModeWarden.updateSoftApCapability(testCapability, in testUpdateCapabilityInSoftApActiveMode()
3311 verify(mSoftApManager).updateCapability(testCapability); in testUpdateCapabilityInSoftApActiveMode()
3326 SoftApCapability testCapability = new SoftApCapability(0); in testUpdateCapabilityInNonSoftApActiveMode() local
3328 mActiveModeWarden.updateSoftApCapability(testCapability, in testUpdateCapabilityInNonSoftApActiveMode()
3336 SoftApCapability testCapability = new SoftApCapability(0); in testUpdateLocalModeSoftApCapabilityInTetheredSoftApActiveMode() local
3338 mActiveModeWarden.updateSoftApCapability(testCapability, in testUpdateLocalModeSoftApCapabilityInTetheredSoftApActiveMode()