Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/android/telecom/Logging/
DSessionManager.java194 Session threadSession = mSessionMapper.get(threadId); in startExternalSession() local
195 if (threadSession != null) { in startExternalSession()
241 Session threadSession = mSessionMapper.get(threadId); in createSubsession() local
242 if (threadSession == null) { in createSubsession()
248 Session newSubsession = new Session(threadSession.getNextChildId(), in createSubsession()
249 threadSession.getShortMethodName(), System.currentTimeMillis(), in createSubsession()
250 isStartedFromActiveSession, false, threadSession.getOwnerInfo()); in createSubsession()
251 threadSession.addChild(newSubsession); in createSubsession()
252 newSubsession.setParentSession(threadSession); in createSubsession()
276 Session threadSession = mSessionMapper.get(threadId); in getExternalSession() local
[all …]