Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DActiveModeWardenTest.java1191 SoftApModeConfiguration softApConfig2 = new SoftApModeConfiguration( in testStartSoftApModeTwiceWithTwoConfigs() local
1215 any(WifiServiceImpl.SoftApCallbackInternal.class), eq(softApConfig2), any(), any(), in testStartSoftApModeTwiceWithTwoConfigs()
1221 mActiveModeWarden.startSoftAp(softApConfig2, TEST_WORKSOURCE); in testStartSoftApModeTwiceWithTwoConfigs()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java3006 SoftApConfiguration softApConfig2 = new SoftApConfiguration.Builder() in testStopTetheringWithMatchingRequest() local
3011 .setSoftApConfiguration(softApConfig2).build(), differentConfigListener); in testStopTetheringWithMatchingRequest()