Searched refs:secondSessionId (Results 1 – 1 of 1) sorted by relevance
282 int secondSessionId = stageSingleApk(TestApp.B1).assertSuccessful().getSessionId(); in testGetActiveStagedSessions() local287 waitForIsReadyBroadcast(secondSessionId); in testGetActiveStagedSessions()290 assertThat(stagedSessionIds).containsExactly(firstSessionId, secondSessionId); in testGetActiveStagedSessions()350 int secondSessionId = stageMultipleApks(TestApp.C1) in testGetActiveStagedSessions_MultiApkSession() local356 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() local907 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 …]