Home
last modified time | relevance | path

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

/cts/hostsidetests/stagedinstall/app/src/com/android/tests/stagedinstall/
DStagedInstallTest.java910 storeSessionIds(Arrays.asList(firstSessionId, secondSessionId)); in testMultipleStagedInstall_ApkOnly_Commit()
938 storeSessionIds(Arrays.asList(firstSessionId, secondSessionId)); in testInstallMultipleStagedSession_PartialFail_ApkOnly_Commit()
1104 private void storeSessionIds(List<Integer> sessionIds) throws Exception { in storeSessionIds() method in StagedInstallTest