Loading tests/telephonytests/src/com/android/internal/telephony/mocks/ConnectivityServiceMock.java +4 −0 Original line number Diff line number Diff line Loading @@ -518,6 +518,10 @@ public class ConnectivityServiceMock extends IConnectivityManager.Stub throw new RuntimeException("not implemented"); } public void startCaptivePortalApp(Network network) { throw new RuntimeException("not implemented"); } public int getMultipathPreference(Network network) { 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 @@ -518,6 +518,10 @@ public class ConnectivityServiceMock extends IConnectivityManager.Stub throw new RuntimeException("not implemented"); } public void startCaptivePortalApp(Network network) { throw new RuntimeException("not implemented"); } public int getMultipathPreference(Network network) { throw new RuntimeException("not implemented"); } Loading