Searched refs:printSessionTree (Results 1 – 1 of 1) sorted by relevance
184 return topNode.printSessionTree(); in printFullSessionTree()188 public String printSessionTree() { in printSessionTree() method in Session190 printSessionTree(0, sb); in printSessionTree()194 private void printSessionTree(int tabI, StringBuilder sb) { in printSessionTree() method in Session201 child.printSessionTree(tabI + 1, sb); in printSessionTree()