Searched refs:mRoutingCoordinator (Results 1 – 2 of 2) sorted by relevance
259 private final LateSdk<RoutingCoordinatorManager> mRoutingCoordinator; field in IpServer334 mRoutingCoordinator = routingCoordinator; in IpServer()842 if (SdkLevel.isAtLeastS() && null != mRoutingCoordinator.value) { in addInterfaceToNetwork()845 mRoutingCoordinator.value.addInterfaceToNetwork(netId, ifaceName); in addInterfaceToNetwork()856 if (SdkLevel.isAtLeastS() && null != mRoutingCoordinator.value) { in addInterfaceForward()857 mRoutingCoordinator.value.addInterfaceForward(fromIface, toIface); in addInterfaceForward()866 if (SdkLevel.isAtLeastS() && null != mRoutingCoordinator.value) { in removeInterfaceForward()868 mRoutingCoordinator.value.removeInterfaceForward(fromIface, toIface); in removeInterfaceForward()
253 @NonNull private final LateSdk<RoutingCoordinatorManager> mRoutingCoordinator; field in Tethering298 mRoutingCoordinator = mDeps.getRoutingCoordinator(mContext); in Tethering()2817 mRoutingCoordinator, new ControlCallback(), mConfig, in ensureIpServerStarted()