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

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

Add stub of avoidUnvalidated() to ConnectivityServiceMock.

am: c39c5bf3

Change-Id: I4ad0380da5bded8bfae5df167a3d749d075e1c7a
parents d591dfc4 c39c5bf3
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");
    }