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

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

Merge "Add startCaptivePortalApp to ConnectivityServiceMock." am: d650bdb4

am: 6e560b07

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


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

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