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

Commit 113fd3ba authored by Lorenzo Colitti's avatar Lorenzo Colitti Committed by Hugo Benichi
Browse files

Add startCaptivePortalApp to ConnectivityServiceMock.

Bug: 36656914
Test: mmm -j64 frameworks/base/services frameworks/opt/telephony
Merged-In: I946d7c8e4e88caf777c82b4174631efc92552216
Change-Id: Id2229d923f730d62f67508a37023765cb84d3e59

(cherry picked from commit 1d315f3a)
parent dfe5bb2f
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");
    }