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()
386 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()
701 public boolean hasParentSessionId() { in hasParentSessionId() method in PackageInstallerSession.StagedSession702 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() {
334 assertThat(expected.hasParentSessionId()).isEqualTo(actual.hasParentSessionId()) in <lambda>()
911 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
844 PackageInstaller.SessionInfo parentSession = packageSession.hasParentSessionId()
4359 && !hasParentSessionId(); in isStagedSessionActive()4373 public boolean hasParentSessionId() { in hasParentSessionId() method in PackageInstaller.SessionInfo
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
12817 method public boolean hasParentSessionId();