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

Commit f0bf1d19 authored by Erik Kline's avatar Erik Kline
Browse files

Keep mock CS inline with real CS.

Bug: 9580643
Change-Id: If663d1b24accd7e0624931fbfdf3cafcbf177923
parent 3e350ec5
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -556,11 +556,21 @@ public class ConnectivityServiceMock extends IConnectivityManager.Stub
        throw new RuntimeException("not implemented");
    }

    @Override
    public void requestLinkProperties(NetworkRequest networkRequest) {
        throw new RuntimeException("not implemented");
    }

    @Override
    public NetworkCapabilities getNetworkCapabilities(Network network) {
        throw new RuntimeException("not implemented");
    }

    @Override
    public void requestNetworkCapabilities(NetworkRequest networkRequest) {
        throw new RuntimeException("not implemented");
    }

    @Override
    public NetworkState[] getAllNetworkState() {
        throw new RuntimeException("not implemented");