Home
last modified time | relevance | path

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

/cts/hostsidetests/stagedinstall/app/src/com/android/tests/stagedinstall/
DStagedInstallTest.java282 int secondSessionId = stageSingleApk(TestApp.B1).assertSuccessful().getSessionId(); in testGetActiveStagedSessions() local
287 waitForIsReadyBroadcast(secondSessionId); in testGetActiveStagedSessions()
290 assertThat(stagedSessionIds).containsExactly(firstSessionId, secondSessionId); in testGetActiveStagedSessions()
350 int secondSessionId = stageMultipleApks(TestApp.C1) in testGetActiveStagedSessions_MultiApkSession() local
356 waitForIsReadyBroadcast(secondSessionId); in testGetActiveStagedSessions_MultiApkSession()
359 assertThat(stagedSessionIds).containsExactly(firstSessionId, secondSessionId); in testGetActiveStagedSessions_MultiApkSession()
906 int secondSessionId = stageSingleApk(TestApp.B1).assertSuccessful().getSessionId(); in testMultipleStagedInstall_ApkOnly_Commit() local
907 waitForIsReadyBroadcast(secondSessionId); in testMultipleStagedInstall_ApkOnly_Commit()
910 storeSessionIds(Arrays.asList(firstSessionId, secondSessionId)); in testMultipleStagedInstall_ApkOnly_Commit()
930 int secondSessionId = stageSingleApk(TestApp.B1).assertSuccessful().getSessionId(); in testInstallMultipleStagedSession_PartialFail_ApkOnly_Commit() local
[all …]