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

Commit 3677549c authored by Chalard Jean's avatar Chalard Jean Committed by Automerger Merge Worker
Browse files

Merge "Address nit from aosp/1301317" into rvc-dev am: 4f94389c

Change-Id: I719006d1f3452a51303999dad5805ae0271ffddf
parents 673b20e1 4f94389c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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);