Home
last modified time | relevance | path

Searched refs:childSessionIds (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/packageinstaller/atomicinstall/src/com/android/tests/atomicinstall/
DSessionAbandonBehaviorTest.java400 final int[] childSessionIds = getChildSessionIds(parentSessionId); in abandon_stagedParentSession_shouldReceiveAllChildrenAbandonCallBack() local
401 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() local
416 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() local
432 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 …]
/cts/tests/tests/util/src/android/util/cts/
DInstallUtilTest.java217 int[] childSessionIds = parentSession.getChildSessionIds(); in testOpenSessionForMultiPackageSession() local
218 assertThat(childSessionIds.length).isEqualTo(2); in testOpenSessionForMultiPackageSession()
219 for (int childSessionId : childSessionIds) { in testOpenSessionForMultiPackageSession()