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

Commit b7f55afe authored by Lorenzo Colitti's avatar Lorenzo Colitti Committed by gitbuildkicker
Browse files

Add stub of avoidUnvalidated() to ConnectivityServiceMock.

Bug: 31075769
Change-Id: I18041a2d11895f3d9b00f077dc4eef1f450e791c
(cherry picked from commit c39c5bf3)
parent f083620c
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");
    }