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

Commit b6629823 authored by Erik Kline's avatar Erik Kline Committed by Android (Google) Code Review
Browse files

Merge "Keep mock CS inline with real CS." into nyc-mr1-dev

parents 5f5b0f0d f0bf1d19
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");