Home
last modified time | relevance | path

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

/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DSessionTest.java69 parentSession.printFullSessionTree(); in testRecursion_printFullSessionTree()
70 childSession.printFullSessionTree(); in testRecursion_printFullSessionTree()
253 parentSession.printFullSessionTree(); in testRecursion()
254 childSession.printFullSessionTree(); in testRecursion()
/aosp12/frameworks/base/telecomm/java/android/telecom/Logging/
H A DSessionManager.java420 message.append(entry.getValue().printFullSessionTree()); in printActiveSessions()
441 logMessage += session.printFullSessionTree() + "\n"; in cleanupStaleSessions()
H A DSession.java319 public String printFullSessionTree() { in printFullSessionTree() method in Session