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

Commit fd44ec1a 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

am: d1eeba77

Change-Id: I494b7f339e79dde2436a7e0b92b5f93adf4f1ace
parents 9151975f d1eeba77
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");
    }