Searched refs:childSessions (Results 1 – 1 of 1) sorted by relevance
478 List<StagingManager.StagedSession> childSessions = new ArrayList<>(size); in getChildSessions() local480 childSessions.add(mChildSessions.valueAt(i).mStagedSession); in getChildSessions()482 return childSessions; in getChildSessions()532 List<PackageInstallerSession> childSessions; in setSessionFailed() local542 childSessions = getChildSessionsLocked(); in setSessionFailed()544 cleanStageDir(childSessions); in setSessionFailed()550 List<PackageInstallerSession> childSessions; in setSessionApplied() local560 childSessions = getChildSessionsLocked(); in setSessionApplied()562 cleanStageDir(childSessions); in setSessionApplied()686 List<PackageInstallerSession> childSessions = getChildSessionsLocked(); in abandon() local[all …]