Searched refs:parentSession (Results 1 – 5 of 5) sorted by relevance
290 Session parentSession = subsession.getParentSession(); in continueSession() local291 if (parentSession == null) { in continueSession()328 Session parentSession = completedSession.getParentSession(); in endSession() local333 if (parentSession != null && !parentSession.isSessionCompleted() && in endSession()335 mSessionMapper.put(threadId, parentSession); in endSession()346 Session parentSession = subsession.getParentSession(); in endParentSessions() local347 if (parentSession != null) { in endParentSessions()349 parentSession.removeChild(subsession); in endParentSessions()352 if (parentSession.isExternal()) { in endParentSessions()357 endParentSessions(parentSession); in endParentSessions()
191 public void setParentSession(Session parentSession) { in setParentSession() argument192 mParentSession = parentSession; in setParentSession()284 Session parentSession = mParentSession; in getFullSessionId() local285 if (parentSession == null) { in getFullSessionId()289 return parentSession.getFullSessionId(parentCount + 1) in getFullSessionId()294 return parentSession.getFullSessionId(parentCount + 1); in getFullSessionId()375 Session parentSession = getParentSession(); in getFullMethodPath() local377 if (parentSession != null) { in getFullMethodPath()380 isSessionStarted = !mShortMethodName.equals(parentSession.mShortMethodName); in getFullMethodPath()381 parentSession.getFullMethodPath(sb, truncatePath, parentCount + 1); in getFullMethodPath()
723 PackageInstaller.SessionInfo parentSession = packageSession.hasParentSessionId() in enableRollback() local725 if (parentSession == null) { in enableRollback()735 if (rollback.getApkSessionId() == parentSession.getSessionId()) { in enableRollback()746 if (mOrphanedApkSessionIds.indexOf(parentSession.getSessionId()) != -1) { in enableRollback()760 newRollback = createNewRollbackLocked(parentSession); in enableRollback()1256 private Rollback createNewRollbackLocked(PackageInstaller.SessionInfo parentSession) { in createNewRollbackLocked() argument1259 if (parentSession.getUser() == UserHandle.ALL) { in createNewRollbackLocked()1262 userId = parentSession.getUser().getIdentifier(); in createNewRollbackLocked()1264 String installerPackageName = parentSession.getInstallerPackageName(); in createNewRollbackLocked()1266 int parentSessionId = parentSession.getSessionId(); in createNewRollbackLocked()[all …]
512 PackageInstaller.Session parentSession = packageInstaller.openSession( in commit() local564 parentSession.addChildSessionId(sessionId); in commit()628 parentSession.commit(receiver.getIntentSender()); in commit()
961 PackageInstallerSession parentSession = mStagedSessions.get(parentId); in checkNonOverlappingWithStagedSessions() local962 if (parentSession == null || parentSession.isStagedAndInTerminalState() in checkNonOverlappingWithStagedSessions()963 || parentSession.isDestroyed()) { in checkNonOverlappingWithStagedSessions()