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.java375 int secondSessionId = stageSingleApk(TestApp.B1).assertSuccessful().getSessionId(); in testGetActiveStagedSessions() local
378 assertThat(stagedSessionIds).containsExactly(firstSessionId, secondSessionId); in testGetActiveStagedSessions()
428 int secondSessionId = stageMultipleApks(TestApp.C1) in testGetActiveStagedSessions_MultiApkSession() local
432 assertThat(stagedSessionIds).containsExactly(firstSessionId, secondSessionId); in testGetActiveStagedSessions_MultiApkSession()
926 int secondSessionId = stageSingleApk(TestApp.B1).assertSuccessful().getSessionId(); in testMultipleStagedInstall_ApkOnly_Commit() local
929 storeSessionIds(Arrays.asList(firstSessionId, secondSessionId)); in testMultipleStagedInstall_ApkOnly_Commit()
948 int secondSessionId = stageSingleApk(TestApp.B1).assertSuccessful().getSessionId(); in testInstallMultipleStagedSession_PartialFail_ApkOnly_Commit() local
955 storeSessionIds(Arrays.asList(firstSessionId, secondSessionId)); in testInstallMultipleStagedSession_PartialFail_ApkOnly_Commit()
990 int secondSessionId = Install.single(TestApp.B1).setStaged().commit(); in testFailureReasonPersists_MultipleSession_Commit() local
995 storeSessionIds(Arrays.asList(firstSessionId, secondSessionId)); in testFailureReasonPersists_MultipleSession_Commit()