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

Commit 8911c727 authored by Lorenzo Colitti's avatar Lorenzo Colitti Committed by android-build-merger
Browse files

Add stub of avoidUnvalidated() to ConnectivityServiceMock. am: c39c5bf3 am:...

Add stub of avoidUnvalidated() to ConnectivityServiceMock. am: c39c5bf3 am: 9223af8a am: d1eeba77
am: fd44ec1a

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

    public void setAvoidUnvalidated(Network network) {
        throw new RuntimeException("not implemented");
    }

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