Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A 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()
H A DPackageInstallerService.java368 if (!stagedSession.isInTerminalState() && stagedSession.hasParentSessionId() in restoreAndApplyStagedSessionIfNeeded()
375 if (!stagedSession.hasParentSessionId() && stagedSession.isCommitted() in restoreAndApplyStagedSessionIfNeeded()
442 PackageInstallerSession root = !session.hasParentSessionId() in freeStageDirs()
533 if (session.hasParentSessionId()) { in expireSessionsLocked()
1208 if (session.userId == userId && !session.hasParentSessionId()
1233 && session.userId == userId && !session.hasParentSessionId()
1771 if (session.hasParentSessionId()) {
1816 final PackageInstallerSession rootSession = session.hasParentSessionId()
1907 if (!session.hasParentSessionId()) {
1972 PackageInstallerSession root = !session.hasParentSessionId()
H A DPackageInstallerSession.java649 public boolean hasParentSessionId() { in hasParentSessionId() method in PackageInstallerSession.StagedSession
650 return PackageInstallerSession.this.hasParentSessionId(); in hasParentSessionId()
2111 Preconditions.checkState(statusReceiver != null || hasParentSessionId(), in markAsSealed()
2343 final PackageInstallerSession root = hasParentSessionId() in onAfterSessionRead()
3976 final PackageInstallerSession root = hasParentSessionId() && isCommitted()
4057 if (hasParentSessionId()) {
4284 if (hasParentSessionId()) {
4449 return (!hasParentSessionId() || mParentSessionId == parentCandidate)
4561 boolean hasParentSessionId() {
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
H A DPackageInstallerSessionTest.kt331 assertThat(expected.hasParentSessionId()).isEqualTo(actual.hasParentSessionId())
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/
H A DStagingManagerTest.java910 Preconditions.checkState(!hasParentSessionId(), "Child session"); in containsApkSession()
924 Preconditions.checkState(!hasParentSessionId(), "Child session"); in containsApexSession()
961 public boolean hasParentSessionId() { in hasParentSessionId() method in StagingManagerTest.FakeStagedSession
/aosp14/frameworks/base/core/java/android/content/pm/
H A DPackageInstaller.java3827 && !hasParentSessionId(); in isStagedSessionActive()
3841 public boolean hasParentSessionId() { in hasParentSessionId() method in PackageInstaller.SessionInfo
/aosp14/frameworks/base/services/core/java/com/android/server/rollback/
H A DRollbackManagerServiceImpl.java768 PackageInstaller.SessionInfo parentSession = packageSession.hasParentSessionId()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt12361 method public boolean hasParentSessionId();