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

Commit 2fc4bd7c authored by Lorenzo Colitti's avatar Lorenzo Colitti Committed by android-build-merger
Browse files

Merge "Keep ConnectivityServiceMock building." am: 3106527d

am: 6d367c5a

Change-Id: Ic7f1ef1723b4826ff54ef4958333d350bb0e4c50
parents edbd2ea0 6d367c5a
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -518,6 +518,10 @@ public class ConnectivityServiceMock extends IConnectivityManager.Stub
        throw new RuntimeException("not implemented");
        throw new RuntimeException("not implemented");
    }
    }


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

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