HomeSort by relevance Sort by last modified time
    Searched refs:getParentSession (Results 1 - 2 of 2) sorted by null

  /packages/services/Telecomm/src/com/android/server/telecom/
Session.java 108 public Session getParentSession() {
181 while(topNode.getParentSession() != null) {
182 topNode = topNode.getParentSession();
Log.java 619 Session parentSession = subsession.getParentSession();
664 Session parentSession = completedSession.getParentSession();
683 Session parentSession = subsession.getParentSession();
    [all...]

Completed in 3753 milliseconds