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