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

Commit 6d367c5a authored by Lorenzo Colitti's avatar Lorenzo Colitti Committed by android-build-merger
Browse files

Merge "Keep ConnectivityServiceMock building."

am: 3106527d

Change-Id: I4e5f3ab384d654fac3036643262df79c48b42c64
parents fc41c763 3106527d
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");
    }