Home
last modified time | relevance | path

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

/cts/hostsidetests/rollback/app/src/com/android/cts/rollback/host/app/
DHostTestHelper.java330 Install.single(TestApp.Apex3).setStaged().setEnableRollback().commit(); in testApexOnlyStagedRollback_Phase2_InstallSecond()
348 Rollback.from(TestApp.Apex3).to(TestApp.Apex2), in testApexOnlyStagedRollback_Phase3_RollBack()
354 RollbackUtils.rollback(available.getRollbackId(), TestApp.Apex3); in testApexOnlyStagedRollback_Phase3_RollBack()
359 Rollback.from(TestApp.Apex3).to(TestApp.Apex2), in testApexOnlyStagedRollback_Phase3_RollBack()
364 assertThat(committed).causePackagesContainsExactly(TestApp.Apex3); in testApexOnlyStagedRollback_Phase3_RollBack()
462 Install.multi(TestApp.Apex3, TestApp.A2).setStaged().setEnableRollback().commit(); in testApexAndApkStagedRollback_Phase2_InstallSecond()
482 Rollback.from(TestApp.Apex3).to(TestApp.Apex2), in testApexAndApkStagedRollback_Phase3_RollBack()
489 RollbackUtils.rollback(available.getRollbackId(), TestApp.Apex3, TestApp.A2); in testApexAndApkStagedRollback_Phase3_RollBack()
494 Rollback.from(TestApp.Apex3).to(TestApp.Apex2), in testApexAndApkStagedRollback_Phase3_RollBack()
500 assertThat(committed).causePackagesContainsExactly(TestApp.Apex3, TestApp.A2); in testApexAndApkStagedRollback_Phase3_RollBack()
[all …]
/cts/libs/install/src/com/android/cts/install/lib/
DTestApp.java75 public static final TestApp Apex3 = new TestApp("Apex3", SHIM_APEX_PACKAGE_NAME, 3, field in TestApp
/cts/hostsidetests/install/app/src/android/cts/install/
DInstallRule.java160 testAppMap.put(SHIM_APEX_PACKAGE_NAME, 3, TestApp.Apex3); in getTestAppTable()
/cts/hostsidetests/stagedinstall/app/src/com/android/tests/stagedinstall/
DStagedInstallTest.java613 int sessionId = stageSingleApk(TestApp.Apex3).assertSuccessful().getSessionId(); in testInstallV3Apex_Commit()
866 int sessionId = stageSingleApk(TestApp.Apex3).assertSuccessful().getSessionId(); in testUntrustedOldKeyIsRejected()
881 int sessionId = stageSingleApk(TestApp.Apex3).assertSuccessful().getSessionId(); in testTrustedOldKeyIsAccepted_CommitPostReboot()