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
......@@ -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");
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment