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

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

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

am: 9223af8a

Change-Id: I6891037d1755e63c84bc519b13e15cede0c6a5ba
parents 2732503d 9223af8a
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");
    }