Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DSession.java88 public void addChild(Session childSession) { in addChild() argument
89 if(childSession != null) { in addChild()
90 mChildSessions.add(childSession); in addChild()
DLog.java407 Session childSession = createSubsession(true); in startSession() local
408 continueSession(childSession, shortMethodName); in startSession()