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

Commit 6e560b07 authored by Hugo Benichi's avatar Hugo Benichi Committed by android-build-merger
Browse files

Merge "Add startCaptivePortalApp to ConnectivityServiceMock."

am: d650bdb4

Change-Id: I16e6d33537f0d9bf71bacb7226804a971ae5cf98
parents 12e33b97 d650bdb4
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -518,6 +518,10 @@ public class ConnectivityServiceMock extends IConnectivityManager.Stub
        throw new RuntimeException("not implemented");
    }

    public void startCaptivePortalApp(Network network) {
        throw new RuntimeException("not implemented");
    }

    public int getMultipathPreference(Network network) {
        throw new RuntimeException("not implemented");
    }