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

Commit 7bb592a7 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

Change-Id: I541f1d0c0873a2ae690ffb5dd0a5579fc363287c
parents 34fc69f3 52966f3c
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");
    }
}