Searched refs:printSessionTree (Results 1 – 1 of 1) sorted by relevance
320 return getRootSession("printFullSessionTree").printSessionTree(); in printFullSessionTree()324 private String printSessionTree() { in printSessionTree() method in Session326 printSessionTree(0, sb, 0); in printSessionTree()330 private void printSessionTree(int tabI, StringBuilder sb, int currChildCount) { in printSessionTree() method in Session346 child.printSessionTree(tabI + 1, sb, currChildCount + 1); in printSessionTree()