Searched refs:childSessionIds (Results 1 – 2 of 2) sorted by relevance
400 final int[] childSessionIds = getChildSessionIds(parentSessionId); in abandon_stagedParentSession_shouldReceiveAllChildrenAbandonCallBack() local401 final CountDownLatch countDownLatch = new CountDownLatch(childSessionIds.length); in abandon_stagedParentSession_shouldReceiveAllChildrenAbandonCallBack()403 new AbandonSessionCallBack(countDownLatch, childSessionIds)); in abandon_stagedParentSession_shouldReceiveAllChildrenAbandonCallBack()415 final int[] childSessionIds = getChildSessionIds(parentSessionId); in abandon_nonStagedParentSession_shouldReceiveAllChildrenAbandonCallBack() local416 final CountDownLatch countDownLatch = new CountDownLatch(childSessionIds.length); in abandon_nonStagedParentSession_shouldReceiveAllChildrenAbandonCallBack()418 new AbandonSessionCallBack(countDownLatch, childSessionIds)); in abandon_nonStagedParentSession_shouldReceiveAllChildrenAbandonCallBack()431 final int[] childSessionIds = getChildSessionIds(parentSessionId); in abandon_stagedParentSession_shouldAbandonAllChildrenSessions() local432 final CountDownLatch countDownLatch = new CountDownLatch(childSessionIds.length); in abandon_stagedParentSession_shouldAbandonAllChildrenSessions()434 new AbandonSessionCallBack(countDownLatch, childSessionIds)); in abandon_stagedParentSession_shouldAbandonAllChildrenSessions()442 () -> getAllChildSessions(childSessionIds).isEmpty()); in abandon_stagedParentSession_shouldAbandonAllChildrenSessions()[all …]
217 int[] childSessionIds = parentSession.getChildSessionIds(); in testOpenSessionForMultiPackageSession() local218 assertThat(childSessionIds.length).isEqualTo(2); in testOpenSessionForMultiPackageSession()219 for (int childSessionId : childSessionIds) { in testOpenSessionForMultiPackageSession()