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.java170 Session threadSession = mSessionMapper.get(threadId); in startExternalSession() local
171 if (threadSession != null) { in startExternalSession()
218 Session threadSession = mSessionMapper.get(threadId); in createSubsession() local
219 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() local
249 if (threadSession == null) { in getExternalSession()
[all …]