Merge "Address nit from aosp/1301317" into rvc-dev am: 4f94389c6d am: 3677549c74

Change-Id: I5707daba5ddb0f7abdcd5c08588ab27e1770c35a
This commit is contained in:
Chalard Jean
2020-05-21 07:20:03 +00:00
committed by Automerger Merge Worker

View File

@@ -5486,6 +5486,8 @@ public class ConnectivityServiceTest {
assertFalse(nc.hasTransport(TRANSPORT_WIFI));
// For safety reasons a VPN without underlying networks is considered 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.
mCellNetworkAgent = new TestNetworkAgentWrapper(TRANSPORT_CELLULAR);