Searched refs:mApConfig (Results 1 – 2 of 2) sorted by relevance
166 @Mock WifiConfiguration mApConfig; field in WifiManagerTest464 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()
324 @Mock WifiConfiguration mApConfig; field in WifiServiceImplTest1607 boolean result = mWifiServiceImpl.startSoftAp(mApConfig, TEST_PACKAGE_NAME); in testStartSoftApWithPermissionsAndInvalidConfig()1678 assertFalse(mWifiServiceImpl.startSoftAp(mApConfig, TEST_PACKAGE_NAME)); in testStartSoftApWithValidConfigSucceedsAfterFailure()