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

Commit 52966f3c authored by Pavel Grafov's avatar Pavel Grafov Committed by android-build-merger
Browse files

Merge "Add new methods to the mock."

am: 27504756

Change-Id: I86a9347abdf7949d1f4a81960c72477afc7a53da
parents 6b089e56 27504756
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");
    }
}