Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/framework/tests/src/android/net/wifi/
H A DWifiManagerTest.java166 @Mock WifiConfiguration mApConfig; field in WifiManagerTest
464 when(mWifiService.startSoftAp(mApConfig, TEST_PACKAGE_NAME)).thenReturn(true); in testStartSoftApCallsServiceWithWifiConfig()
465 assertTrue(mWifiManager.startSoftAp(mApConfig)); in testStartSoftApCallsServiceWithWifiConfig()
467 when(mWifiService.startSoftAp(mApConfig, TEST_PACKAGE_NAME)).thenReturn(false); in testStartSoftApCallsServiceWithWifiConfig()
468 assertFalse(mWifiManager.startSoftAp(mApConfig)); in testStartSoftApCallsServiceWithWifiConfig()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiServiceImplTest.java324 @Mock WifiConfiguration mApConfig; field in WifiServiceImplTest
1607 boolean result = mWifiServiceImpl.startSoftAp(mApConfig, TEST_PACKAGE_NAME); in testStartSoftApWithPermissionsAndInvalidConfig()
1678 assertFalse(mWifiServiceImpl.startSoftAp(mApConfig, TEST_PACKAGE_NAME)); in testStartSoftApWithValidConfigSucceedsAfterFailure()