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

Commit 27940aac authored by Charles He's avatar Charles He Committed by android-build-merger
Browse files

Merge "Add isAlwaysOnVpnPackageSupported to ConnectivityServiceMock" am: 30fe8470

am: e725c9f2

Change-Id: Ib4364bdc27b897432592577ae985ae6cef20deff
parents 5eef12fa e725c9f2
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -650,6 +650,11 @@ public class ConnectivityServiceMock extends IConnectivityManager.Stub
        throw new RuntimeException("not implemented");
    }

    @Override
    public boolean isAlwaysOnVpnPackageSupported(int userId, String packageName) {
        throw new RuntimeException("not implemented");
    }

    @Override
    public boolean setAlwaysOnVpnPackage(int userId, String packageName, boolean lockdownEnabled) {
        throw new RuntimeException("not implemented");