Home
last modified time | relevance | path

Searched refs:stagedSessions (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerShellCommand.java895 List<SessionInfo> stagedSessions = in runListStagedSessions() local
897 printSessionList(pw, stagedSessions, sessionDump); in runListStagedSessions()
907 private void printSessionList(IndentingPrintWriter pw, List<SessionInfo> stagedSessions, in printSessionList() argument
909 final SparseArray<SessionInfo> sessionById = new SparseArray<>(stagedSessions.size()); in printSessionList()
910 for (SessionInfo session : stagedSessions) { in printSessionList()
913 for (SessionInfo session: stagedSessions) { in printSessionList()