Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DSession.java108 public Session getParentSession() { in getParentSession() method in Session
181 while(topNode.getParentSession() != null) { in printFullSessionTree()
182 topNode = topNode.getParentSession(); in printFullSessionTree()
DLog.java477 Session parentSession = subsession.getParentSession(); in continueSession()
522 Session parentSession = completedSession.getParentSession(); in endSession()
541 Session parentSession = subsession.getParentSession(); in endParentSessions()