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

Commit 698956f0 authored by Lorenzo Colitti's avatar Lorenzo Colitti
Browse files

Keep ConnectivityServiceMock building.

Test: builds
Bug: 34630278
Change-Id: I9b7a82539ad33b77a1549248fef87cae788896da
parent cd83a69e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -608,6 +608,10 @@ public class ConnectivityServiceMock extends IConnectivityManager.Stub
        throw new RuntimeException("not implemented");
    }

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

    public int tether(String iface) {
        throw new RuntimeException("not implemented");
    }