Home
last modified time | relevance | path

Searched refs:printSessionTree (Results 1 – 1 of 1) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DSession.java184 return topNode.printSessionTree(); in printFullSessionTree()
188 public String printSessionTree() { in printSessionTree() method in Session
190 printSessionTree(0, sb); in printSessionTree()
194 private void printSessionTree(int tabI, StringBuilder sb) { in printSessionTree() method in Session
201 child.printSessionTree(tabI + 1, sb); in printSessionTree()