Searched refs:childSession (Results 1 – 6 of 6) sorted by relevance
147 Session childSession = createSubsession(true); in startSession() local148 continueSession(childSession, shortMethodName); in startSession()194 Session childSession = createSubsession(); in startExternalSession() local195 continueSession(childSession, shortMethodName); in startExternalSession()
195 public void addChild(Session childSession) { in addChild() argument196 if (childSession != null) { in addChild()197 mChildSessions.add(childSession); in addChild()
679 final InstallingSession childSession = mChildInstallingSessions.get(i); in start() local680 final InstallRequest installRequest = new InstallRequest(childSession); in start()682 childSession.handleStartCopy(installRequest); in start()
2606 PackageInstallerSession childSession = allSessions.get(childSessionId); in onAfterSessionRead() local2607 if (childSession != null) { in onAfterSessionRead()2608 mChildSessions.setValueAt(i, childSession); in onAfterSessionRead()4898 final PackageInstallerSession childSession = mSessionProvider.getSession(childSessionId);4899 if (childSession == null) {4903 if (childSession.params.isMultiPackage) {4907 if (params.isStaged != childSession.params.isStaged) {4909 + childSession.sessionId + " and session " + sessionId4912 if (params.getEnableRollback() != childSession.params.getEnableRollback()) {4914 + childSession.sessionId + " and session " + sessionId[all …]
2151 for (PackageInstallerSession childSession : entry.getValue()) {2153 childSession.dump(pw);
1320 final SessionInfo childSession = sessionById.get(childIds[i]); in printSessionList() local1321 if (childSession == null) { in printSessionList()1328 printSession(pw, childSession, sessionDump); in printSessionList()