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

Commit c39c5bf3 authored by Lorenzo Colitti's avatar Lorenzo Colitti
Browse files

Add stub of avoidUnvalidated() to ConnectivityServiceMock.

Bug: 31075769
Change-Id: I18041a2d11895f3d9b00f077dc4eef1f450e791c
parent e6028d30
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");
    }