Searched refs:threadSession (Results 1 – 1 of 1) sorted by relevance
194 Session threadSession = mSessionMapper.get(threadId); in startExternalSession() local195 if (threadSession != null) { in startExternalSession()241 Session threadSession = mSessionMapper.get(threadId); in createSubsession() local242 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 …]