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

Commit 3106527d authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Keep ConnectivityServiceMock building."

parents d8841226 75dd4e6f
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");
    }