Searched refs:hasParentSessionId (Results 1 – 9 of 9) sorted by relevance
127 boolean hasParentSessionId(); in hasParentSessionId() method633 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()
368 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()
649 public boolean hasParentSessionId() { in hasParentSessionId() method in PackageInstallerSession.StagedSession650 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() {
331 assertThat(expected.hasParentSessionId()).isEqualTo(actual.hasParentSessionId())
910 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
3827 && !hasParentSessionId(); in isStagedSessionActive()3841 public boolean hasParentSessionId() { in hasParentSessionId() method in PackageInstaller.SessionInfo
768 PackageInstaller.SessionInfo parentSession = packageSession.hasParentSessionId()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
12361 method public boolean hasParentSessionId();