Searched refs:sessionById (Results 1 – 1 of 1) sorted by relevance
909 final SparseArray<SessionInfo> sessionById = new SparseArray<>(stagedSessions.size()); in printSessionList() local911 sessionById.put(session.getSessionId(), session); in printSessionList()925 final SessionInfo childSession = sessionById.get(childIds[i]); in printSessionList()