Searched refs:firstSessionId (Results 1 – 1 of 1) sorted by relevance
374 int firstSessionId = stageSingleApk(TestApp.A1).assertSuccessful().getSessionId(); in testGetActiveStagedSessions() local378 assertThat(stagedSessionIds).containsExactly(firstSessionId, secondSessionId); in testGetActiveStagedSessions()426 int firstSessionId = stageMultipleApks(TestApp.A1, TestApp.B1) in testGetActiveStagedSessions_MultiApkSession() local432 assertThat(stagedSessionIds).containsExactly(firstSessionId, secondSessionId); in testGetActiveStagedSessions_MultiApkSession()925 int firstSessionId = stageSingleApk(TestApp.A1).assertSuccessful().getSessionId(); in testMultipleStagedInstall_ApkOnly_Commit() local929 storeSessionIds(Arrays.asList(firstSessionId, secondSessionId)); in testMultipleStagedInstall_ApkOnly_Commit()947 int firstSessionId = stageSingleApk(TestApp.A1).assertSuccessful().getSessionId(); in testInstallMultipleStagedSession_PartialFail_ApkOnly_Commit() local955 storeSessionIds(Arrays.asList(firstSessionId, secondSessionId)); in testInstallMultipleStagedSession_PartialFail_ApkOnly_Commit()989 int firstSessionId = Install.single(TestApp.A1).setStaged().commit(); in testFailureReasonPersists_MultipleSession_Commit() local995 storeSessionIds(Arrays.asList(firstSessionId, secondSessionId)); in testFailureReasonPersists_MultipleSession_Commit()