Loading tests/telephonytests/src/com/android/internal/telephony/mocks/ConnectivityServiceMock.java +4 −0 Original line number Original line Diff line number Diff line Loading @@ -518,6 +518,10 @@ public class ConnectivityServiceMock extends IConnectivityManager.Stub throw new RuntimeException("not implemented"); throw new RuntimeException("not implemented"); } } public int getMultipathPreference(Network network) { throw new RuntimeException("not implemented"); } public int tether(String iface) { public int tether(String iface) { throw new RuntimeException("not implemented"); throw new RuntimeException("not implemented"); } } Loading Loading
tests/telephonytests/src/com/android/internal/telephony/mocks/ConnectivityServiceMock.java +4 −0 Original line number Original line Diff line number Diff line Loading @@ -518,6 +518,10 @@ public class ConnectivityServiceMock extends IConnectivityManager.Stub throw new RuntimeException("not implemented"); throw new RuntimeException("not implemented"); } } public int getMultipathPreference(Network network) { throw new RuntimeException("not implemented"); } public int tether(String iface) { public int tether(String iface) { throw new RuntimeException("not implemented"); throw new RuntimeException("not implemented"); } } Loading