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

Commit 07927798 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove request{LinkProperties,NetworkCapabilities} by NetworkRequest"

parents 223446da 94f0e684
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -476,21 +476,11 @@ 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");