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.java2746 SoftApCapability testCapability = new SoftApCapability(testSoftApFeature); in testSoftApEnableFailureBecauseDaulBandConfigSetWhenACSNotSupport() local
2747 testCapability.setSupportedChannelList( in testSoftApEnableFailureBecauseDaulBandConfigSetWhenACSNotSupport()
2749 testCapability.setSupportedChannelList( in testSoftApEnableFailureBecauseDaulBandConfigSetWhenACSNotSupport()
2751 testCapability.setCountryCode(TEST_COUNTRY_CODE); in testSoftApEnableFailureBecauseDaulBandConfigSetWhenACSNotSupport()
2755 testCapability, TEST_COUNTRY_CODE, TEST_TETHERING_REQUEST); in testSoftApEnableFailureBecauseDaulBandConfigSetWhenACSNotSupport()
2785 SoftApCapability testCapability = new SoftApCapability(testSoftApFeature); in testSoftApEnableWhenDaulBandConfigwithChannelSetWhenACSNotSupport() local
2786 testCapability.setSupportedChannelList( in testSoftApEnableWhenDaulBandConfigwithChannelSetWhenACSNotSupport()
2788 testCapability.setSupportedChannelList( in testSoftApEnableWhenDaulBandConfigwithChannelSetWhenACSNotSupport()
2795 testCapability, TEST_COUNTRY_CODE, TEST_TETHERING_REQUEST); in testSoftApEnableWhenDaulBandConfigwithChannelSetWhenACSNotSupport()
3384 SoftApCapability testCapability = new SoftApCapability(mTestSoftApCapability); in testBridgedModeFallbackToSingleModeDueToUnavailableBand() local
[all …]
DActiveModeWardenTest.java2954 SoftApCapability testCapability = new SoftApCapability(0); in testUpdateCapabilityInSoftApActiveMode() local
2956 mActiveModeWarden.updateSoftApCapability(testCapability, in testUpdateCapabilityInSoftApActiveMode()
2959 verify(mSoftApManager).updateCapability(testCapability); in testUpdateCapabilityInSoftApActiveMode()
2974 SoftApCapability testCapability = new SoftApCapability(0); in testUpdateCapabilityInNonSoftApActiveMode() local
2976 mActiveModeWarden.updateSoftApCapability(testCapability, in testUpdateCapabilityInNonSoftApActiveMode()
2984 SoftApCapability testCapability = new SoftApCapability(0); in testUpdateLocalModeSoftApCapabilityInTetheredSoftApActiveMode() local
2986 mActiveModeWarden.updateSoftApCapability(testCapability, in testUpdateLocalModeSoftApCapabilityInTetheredSoftApActiveMode()