Home
last modified time | relevance | path

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

/cts/tests/tests/packageinstaller/atomicinstall/src/com/android/tests/atomicinstall/
DSessionAbandonBehaviorTest.java468 final int firstChildSession = childSessionIds[0]; in abandon_stagedParentSession_openedChildSession_getNamesShouldReturnEmptyList() local
470 final PackageInstaller.Session childSession = openSession(firstChildSession); in abandon_stagedParentSession_openedChildSession_getNamesShouldReturnEmptyList()
496 final int firstChildSession = childSessionIds[0]; in abandon_nonStagedParentSession_openedChildSession_canNotGetNames() local
498 final PackageInstaller.Session childSession = openSession(firstChildSession); in abandon_nonStagedParentSession_openedChildSession_canNotGetNames()
526 final int firstChildSession = childSessionIds[0]; in abandon_stagedParentSession_openChildSessionForWriting_shouldFail() local
530 final OutputStream outputStream = openSessionForWrite(firstChildSession, in abandon_stagedParentSession_openChildSessionForWriting_shouldFail()
546 final int firstChildSession = childSessionIds[0]; in abandon_nonStagedParentSession_openChildSessionForWriting_shouldFail() local
551 openSessionForWrite(firstChildSession, mTestName.getMethodName()); in abandon_nonStagedParentSession_openChildSessionForWriting_shouldFail()
566 final int firstChildSession = childSessionIds[0]; in abandon_stagedParentSession_childSession_canNotOpenAgain() local
575 hasMessageThat(containsString(String.valueOf(firstChildSession)))), in abandon_stagedParentSession_childSession_canNotOpenAgain()
[all …]