Searched refs:threadSession (Results 1 – 1 of 1) sorted by relevance
170 Session threadSession = mSessionMapper.get(threadId); in startExternalSession() local171 if (threadSession != null) { in startExternalSession()218 Session threadSession = mSessionMapper.get(threadId); in createSubsession() local219 if (threadSession == null) { in createSubsession()225 Session newSubsession = new Session(threadSession.getNextChildId(), in createSubsession()226 threadSession.getShortMethodName(), System.currentTimeMillis(), in createSubsession()228 threadSession.addChild(newSubsession); in createSubsession()229 newSubsession.setParentSession(threadSession); in createSubsession()248 Session threadSession = mSessionMapper.get(threadId); in getExternalSession() local249 if (threadSession == null) { in getExternalSession()[all …]