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

Commit 043b746c authored by Pavel Grafov's avatar Pavel Grafov Committed by android-build-merger
Browse files

Merge "Add new methods to the mock." am: 27504756 am: 52966f3c

am: 7bb592a7

Change-Id: Ic88bc089ded622fb3029531a70f017a553f0593f
parents f44dae77 7bb592a7
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -988,4 +988,14 @@ public class ConnectivityServiceMock extends IConnectivityManager.Stub
    public NetworkRequest getDefaultRequest() {
        throw new RuntimeException("not implemented");
    }

    @Override
    public boolean isCallerCurrentAlwaysOnVpnApp() {
        throw new RuntimeException("not implemented");
    }

    @Override
    public boolean isCallerCurrentAlwaysOnVpnLockdownApp() {
        throw new RuntimeException("not implemented");
    }
}