Home
last modified time | relevance | path

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

/cts/hostsidetests/stagedinstall/app/src/com/android/tests/stagedinstall/
DStagedInstallTest.java374 int firstSessionId = stageSingleApk(TestApp.A1).assertSuccessful().getSessionId(); in testGetActiveStagedSessions() local
378 assertThat(stagedSessionIds).containsExactly(firstSessionId, secondSessionId); in testGetActiveStagedSessions()
426 int firstSessionId = stageMultipleApks(TestApp.A1, TestApp.B1) in testGetActiveStagedSessions_MultiApkSession() local
432 assertThat(stagedSessionIds).containsExactly(firstSessionId, secondSessionId); in testGetActiveStagedSessions_MultiApkSession()
925 int firstSessionId = stageSingleApk(TestApp.A1).assertSuccessful().getSessionId(); in testMultipleStagedInstall_ApkOnly_Commit() local
929 storeSessionIds(Arrays.asList(firstSessionId, secondSessionId)); in testMultipleStagedInstall_ApkOnly_Commit()
947 int firstSessionId = stageSingleApk(TestApp.A1).assertSuccessful().getSessionId(); in testInstallMultipleStagedSession_PartialFail_ApkOnly_Commit() local
955 storeSessionIds(Arrays.asList(firstSessionId, secondSessionId)); in testInstallMultipleStagedSession_PartialFail_ApkOnly_Commit()
989 int firstSessionId = Install.single(TestApp.A1).setStaged().commit(); in testFailureReasonPersists_MultipleSession_Commit() local
995 storeSessionIds(Arrays.asList(firstSessionId, secondSessionId)); in testFailureReasonPersists_MultipleSession_Commit()