Merge "Wifi Cts: Set \'disableOthers\' flag in enableNetwork" into nyc-dev
am: 085db8850d * commit '085db8850d6c46e9b654501f4be8166dc5874ab2': Wifi Cts: Set 'disableOthers' flag in enableNetwork
This commit is contained in:
@@ -373,7 +373,7 @@ public class WifiManagerTest extends AndroidTestCase {
|
||||
assertTrue(notExist != pos);
|
||||
|
||||
// Enable & disable network
|
||||
boolean disableOthers = false;
|
||||
boolean disableOthers = true;
|
||||
assertTrue(mWifiManager.enableNetwork(netId, disableOthers));
|
||||
wifiConfiguration = mWifiManager.getConfiguredNetworks().get(pos);
|
||||
assertDisableOthers(wifiConfiguration, disableOthers);
|
||||
|
||||
Reference in New Issue
Block a user