Home
last modified time | relevance | path

Searched defs: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
415 final int[] childSessionIds = getChildSessionIds(parentSessionId); in abandon_nonStagedParentSession_shouldReceiveAllChildrenAbandonCallBack() local
431 final int[] childSessionIds = getChildSessionIds(parentSessionId); in abandon_stagedParentSession_shouldAbandonAllChildrenSessions() local
449 final int[] childSessionIds = getChildSessionIds(parentSessionId); in abandon_nonStagedParentSession_shouldAbandonAllChildrenSessions() local
467 final int[] childSessionIds = getChildSessionIds(parentSessionId); in abandon_stagedParentSession_openedChildSession_getNamesShouldReturnEmptyList() local
495 final int[] childSessionIds = getChildSessionIds(parentSessionId); in abandon_nonStagedParentSession_openedChildSession_canNotGetNames() local
525 final int[] childSessionIds = getChildSessionIds(parentSessionId); in abandon_stagedParentSession_openChildSessionForWriting_shouldFail() local
545 final int[] childSessionIds = getChildSessionIds(parentSessionId); in abandon_nonStagedParentSession_openChildSessionForWriting_shouldFail() local
565 final int[] childSessionIds = getChildSessionIds(parentSessionId); in abandon_stagedParentSession_childSession_canNotOpenAgain() local
583 final int[] childSessionIds = getChildSessionIds(parentSessionId); in abandon_nonStagedParentSession_childSession_canNotOpenAgain() local
/cts/tests/tests/util/src/android/util/cts/
DInstallUtilTest.java210 int[] childSessionIds = parentSession.getChildSessionIds(); in testOpenSessionForMultiPackageSession() local