Loading tests/telephonytests/src/com/android/internal/telephony/mocks/ConnectivityServiceMock.java +4 −0 Original line number Diff line number Diff line Loading @@ -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"); } Loading Loading
tests/telephonytests/src/com/android/internal/telephony/mocks/ConnectivityServiceMock.java +4 −0 Original line number Diff line number Diff line Loading @@ -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"); } Loading