Home
last modified time | relevance | path

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

/aosp12/frameworks/base/telecomm/java/android/telecom/Logging/
H A DSessionManager.java172 Session threadSession = mSessionMapper.get(threadId); in startExternalSession() local
173 if (threadSession != null) { in startExternalSession()
220 Session threadSession = mSessionMapper.get(threadId); in createSubsession() local
221 if (threadSession == null) { in createSubsession()
227 Session newSubsession = new Session(threadSession.getNextChildId(), in createSubsession()
229 isStartedFromActiveSession, threadSession.getOwnerInfo()); in createSubsession()
230 threadSession.addChild(newSubsession); in createSubsession()
231 newSubsession.setParentSession(threadSession); in createSubsession()
256 Session threadSession = mSessionMapper.get(threadId); in getExternalSession() local
257 if (threadSession == null) { in getExternalSession()
[all …]