Searched refs:stagedSessions (Results 1 – 1 of 1) sorted by relevance
895 List<SessionInfo> stagedSessions = in runListStagedSessions() local897 printSessionList(pw, stagedSessions, sessionDump); in runListStagedSessions()907 private void printSessionList(IndentingPrintWriter pw, List<SessionInfo> stagedSessions, in printSessionList() argument909 final SparseArray<SessionInfo> sessionById = new SparseArray<>(stagedSessions.size()); in printSessionList()910 for (SessionInfo session : stagedSessions) { in printSessionList()913 for (SessionInfo session: stagedSessions) { in printSessionList()