Merge "Address nit from aosp/1301317" am: 1894a79964 am: 2dc15b02b2
Change-Id: I7ae9b80954309b18eb6923da3aeaab3d1b8e3231
This commit is contained in:
@@ -5494,6 +5494,8 @@ public class ConnectivityServiceTest {
|
|||||||
assertFalse(nc.hasTransport(TRANSPORT_WIFI));
|
assertFalse(nc.hasTransport(TRANSPORT_WIFI));
|
||||||
// For safety reasons a VPN without underlying networks is considered metered.
|
// For safety reasons a VPN without underlying networks is considered metered.
|
||||||
assertFalse(nc.hasCapability(NET_CAPABILITY_NOT_METERED));
|
assertFalse(nc.hasCapability(NET_CAPABILITY_NOT_METERED));
|
||||||
|
// A VPN without underlying networks is not suspended.
|
||||||
|
assertTrue(nc.hasCapability(NET_CAPABILITY_NOT_SUSPENDED));
|
||||||
|
|
||||||
// Connect cell and use it as an underlying network.
|
// Connect cell and use it as an underlying network.
|
||||||
mCellNetworkAgent = new TestNetworkAgentWrapper(TRANSPORT_CELLULAR);
|
mCellNetworkAgent = new TestNetworkAgentWrapper(TRANSPORT_CELLULAR);
|
||||||
|
|||||||
Reference in New Issue
Block a user