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

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

Merge "Add isAlwaysOnVpnPackageSupported to ConnectivityServiceMock"

am: 30fe8470

Change-Id: I4960e708a07ba5f75f587b0b9f30f46c660efcf8
parents 0db16527 30fe8470
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");