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

Commit 75dd4e6f authored by Lorenzo Colitti's avatar Lorenzo Colitti
Browse files

Keep ConnectivityServiceMock building.

Test: builds
Bug: 34630278

(cherry picked from commit 698956f0)

Change-Id: Id2a599f716022422ab2b8983e58e85ed5c33963f
parent d8841226
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 int getMultipathPreference(Network network) {
        throw new RuntimeException("not implemented");
    }

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