Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DStagingManager.java127 boolean hasParentSessionId(); in hasParentSessionId() method
633 Preconditions.checkArgument(!session.hasParentSessionId(), in restoreSessions()
819 Preconditions.checkArgument(!session.hasParentSessionId(), in getStagedApexInfos()
859 || session.hasParentSessionId() || !session.containsApexSession()) { in getStagedApexModuleNames()
877 || session.hasParentSessionId() || !session.containsApexSession()) { in getStagedApexInfo()
DPackageInstallerService.java386 if (!stagedSession.isInTerminalState() && stagedSession.hasParentSessionId() in restoreAndApplyStagedSessionIfNeeded()
393 if (!stagedSession.hasParentSessionId() && stagedSession.isCommitted() in restoreAndApplyStagedSessionIfNeeded()
459 PackageInstallerSession root = !session.hasParentSessionId() in freeStageDirs()
550 if (session.hasParentSessionId()) { in expireSessionsLocked()
1351 if (session.userId == userId && !session.hasParentSessionId()
1376 && session.userId == userId && !session.hasParentSessionId()
2130 if (session.hasParentSessionId()) {
2175 final PackageInstallerSession rootSession = session.hasParentSessionId()
2273 if (!session.hasParentSessionId()) {
2342 PackageInstallerSession root = !session.hasParentSessionId()
DPackageInstallerSession.java701 public boolean hasParentSessionId() { in hasParentSessionId() method in PackageInstallerSession.StagedSession
702 return PackageInstallerSession.this.hasParentSessionId(); in hasParentSessionId()
2383 Preconditions.checkState(statusReceiver != null || hasParentSessionId(), in markAsSealed()
2627 final PackageInstallerSession root = hasParentSessionId() in onAfterSessionRead()
4400 final PackageInstallerSession root = hasParentSessionId() && isCommitted()
4481 if (hasParentSessionId()) {
4711 if (hasParentSessionId()) {
4876 return (!hasParentSessionId() || mParentSessionId == parentCandidate)
4988 boolean hasParentSessionId() {
/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
DPackageInstallerSessionTest.kt334 assertThat(expected.hasParentSessionId()).isEqualTo(actual.hasParentSessionId()) in <lambda>()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/
DStagingManagerTest.java911 Preconditions.checkState(!hasParentSessionId(), "Child session"); in containsApkSession()
925 Preconditions.checkState(!hasParentSessionId(), "Child session"); in containsApexSession()
962 public boolean hasParentSessionId() { in hasParentSessionId() method in StagingManagerTest.FakeStagedSession
/frameworks/base/services/core/java/com/android/server/rollback/
DRollbackManagerServiceImpl.java844 PackageInstaller.SessionInfo parentSession = packageSession.hasParentSessionId()
/frameworks/base/core/java/android/content/pm/
DPackageInstaller.java4359 && !hasParentSessionId(); in isStagedSessionActive()
4373 public boolean hasParentSessionId() { in hasParentSessionId() method in PackageInstaller.SessionInfo
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt12817 method public boolean hasParentSessionId();