Searched refs:isSessionReady (Results 1 – 7 of 7) sorted by relevance
112 boolean isSessionReady(); in isSessionReady() method506 if (session.isSessionReady() && session.containsApexSession()) { in handleCommittedSession()543 if (session.isSessionReady()) { in abortCommittedSession()604 } else if (!session.isSessionReady()) { in handleNonReadyAndDestroyedSessions()826 if (!session.isSessionReady() || session.isDestroyed()) { in getStagedApexInfos()858 if (!session.isSessionReady() || session.isDestroyed() in getStagedApexModuleNames()876 if (!session.isSessionReady() || session.isDestroyed() in getStagedApexInfo()
209 info.isSessionReady = mSessionReady; in generateInfo()
366 if (session.isSessionReady()) { in endVerification()
696 Preconditions.checkArgument(isCommitted() && isSessionReady()); in installSession()736 public boolean isSessionReady() { in isSessionReady() method in PackageInstallerSession.StagedSession737 return PackageInstallerSession.this.isSessionReady(); in isSessionReady()1373 info.isSessionReady = mSessionReady; in generateInfoInternal()5246 boolean isSessionReady() {
645 assertThat(session.isSessionReady()).isTrue(); in registeredStagedApexObserverIsNotifiedOnPreRebootVerificationCompletion()661 assertThat(session.isSessionReady()).isTrue(); in registeredStagedApexObserverIsNotifiedOnPreRebootVerificationCompletion()678 assertThat(session.isSessionReady()).isTrue(); in registeredStagedApexObserverIsNotifiedOnPreRebootVerificationCompletion()698 assertThat(session.isSessionReady()).isTrue(); in registeredStagedApexObserverIsNotifiedOnSessionAbandon()715 assertThat(session.isSessionReady()).isTrue(); in stagedApexObserverIsOnlyCalledForApexSessions()865 public boolean isSessionReady() { in isSessionReady() method in StagingManagerTest.FakeStagedSession
325 assertThat(expected.isSessionReady).isEqualTo(actual.isSessionReady) in <lambda>()
3852 public boolean isSessionReady; field in PackageInstaller.SessionInfo3936 isSessionReady = source.readBoolean(); in SessionInfo()4408 return isSessionReady; in isStagedSessionReady()4574 dest.writeBoolean(isSessionReady); in writeToParcel()