Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DIPackageInstallerSession.aidl43 int[] getChildSessionIds(); in getChildSessionIds() method
DPackageInstaller.java1208 public int[] getChildSessionIds() { in getChildSessionIds() method in PackageInstaller.Session
1210 return mSession.getChildSessionIds(); in getChildSessionIds()
2269 public int[] getChildSessionIds() { in getChildSessionIds() method in PackageInstaller.SessionInfo
/frameworks/base/services/core/java/com/android/server/pm/
DStagingManager.java214 Arrays.stream(session.getChildSessionIds()) in preRebootVerification()
292 return !(Arrays.stream(session.getChildSessionIds()) in sessionContains()
478 Arrays.stream(session.getChildSessionIds()) in installApksInSession()
604 for (int childSession : session.getChildSessionIds()) { in isMultiPackageSessionComplete()
DPackageInstallerSession.java1025 final int[] childSessionIds = getChildSessionIds(); in getChildSessions()
2090 public int[] getChildSessionIds() { in getChildSessionIds() method in PackageInstallerSession
2290 for (int childSessionId : getChildSessionIds()) { in cleanStageDir()
2448 final int[] childSessionIds = getChildSessionIds(); in write()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DPackageInstallerSessionTest.java309 assertArrayEquals(expected.getChildSessionIds(), actual.getChildSessionIds()); in assertSessionsEquivalent()
/frameworks/base/services/core/java/com/android/server/rollback/
DRollbackManagerServiceImpl.java888 for (int childId : info.getChildSessionIds()) { in enableRollback()
1164 for (int childSessionId : session.getChildSessionIds()) { in notifyStagedSession()
1584 packageSessionIds = parentSession.getChildSessionIds(); in createNewRollbackLocked()
/frameworks/base/services/
Dart-profile10583 HSPLcom/android/server/pm/PackageInstallerSession;->getChildSessionIds()[I