Home
last modified time | relevance | path

Searched defs:parentSessionId (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/packageinstaller/atomicinstall/src/com/android/tests/atomicinstall/
DSessionAbandonBehaviorTest.java204 private int[] getChildSessionIds(int parentSessionId) throws IOException { in getChildSessionIds()
398 final int parentSessionId = Install.multi(TestApp.A1, in abandon_stagedParentSession_shouldReceiveAllChildrenAbandonCallBack() local
414 final int parentSessionId = Install.multi(TestApp.A1, TestApp.B1).createSession(); in abandon_nonStagedParentSession_shouldReceiveAllChildrenAbandonCallBack() local
429 final int parentSessionId = Install.multi(TestApp.A1, TestApp.B1) in abandon_stagedParentSession_shouldAbandonAllChildrenSessions() local
448 final int parentSessionId = Install.multi(TestApp.A1, TestApp.B1).createSession(); in abandon_nonStagedParentSession_shouldAbandonAllChildrenSessions() local
466 final int parentSessionId = Install.multi(TestApp.A1).setStaged().createSession(); in abandon_stagedParentSession_openedChildSession_getNamesShouldReturnEmptyList() local
494 final int parentSessionId = Install.multi(TestApp.A1).createSession(); in abandon_nonStagedParentSession_openedChildSession_canNotGetNames() local
524 final int parentSessionId = Install.multi(TestApp.A1).setStaged().createSession(); in abandon_stagedParentSession_openChildSessionForWriting_shouldFail() local
544 final int parentSessionId = Install.multi(TestApp.A1).createSession(); in abandon_nonStagedParentSession_openChildSessionForWriting_shouldFail() local
564 final int parentSessionId = Install.multi(TestApp.A1).setStaged().createSession(); in abandon_stagedParentSession_childSession_canNotOpenAgain() local
[all …]
DAtomicInstallTest.java345 int parentSessionId = Install.multi(TestApp.A1, TestApp.B1).createSession(); in testInvalidStateScenarios() local
/cts/tests/tests/util/src/android/util/cts/
DInstallUtilTest.java202 int parentSessionId = Install.multi(TestApp.A1, TestApp.B1).setStaged().createSession(); in testOpenSessionForMultiPackageSession() local