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

Commit 30fe8470 authored by Charles He's avatar Charles He Committed by Gerrit Code Review
Browse files

Merge "Add isAlwaysOnVpnPackageSupported to ConnectivityServiceMock"

parents 2377a2f5 4209ea41
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");