Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 371c751f authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Address nit from aosp/1301317" am: f0edf03f am: b1f5f8d5 am: bb72b536 am: 64e51fe5

Change-Id: I40af839b2c1838d1fa2a5298197b94d401b62a1e
parents c4b78b72 64e51fe5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -5494,6 +5494,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);