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

Commit 13e9d1a2 authored by Lorenzo Colitti's avatar Lorenzo Colitti Committed by Android (Google) Code Review
Browse files

Merge "Add startCaptivePortalApp to ConnectivityServiceMock." into oc-dev

parents d17f611f 1d315f3a
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");
    }