Home
last modified time | relevance | path

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

/frameworks/base/tests/StagedInstallTest/src/com/android/tests/stagedinstallinternal/host/
DStagedInstallInternalTest.java154 private void pushTestApex(String fileName) throws Exception { in pushTestApex() method in StagedInstallInternalTest
155 pushTestApex(fileName, "system"); in pushTestApex()
158 private void pushTestApex(String fileName, String partition) throws Exception { in pushTestApex() method in StagedInstallInternalTest
220 pushTestApex(APK_IN_APEX_TESTAPEX_NAME + "_v1.apex"); in testDuplicateApkInApexShouldFail()
236 pushTestApex(APK_IN_APEX_TESTAPEX_NAME + "_v1.apex"); in testApkInApexPruneCache()
516 pushTestApex("test.rebootless_apex_v1.apex"); in testApexNotInAllowListCanNotInstall()
530 pushTestApex("test.rebootless_apex_v1.apex"); in testVendorApexWrongInstaller()
544 pushTestApex("test.rebootless_apex_v1.apex"); in testVendorApexCorrectInstaller()
557 pushTestApex(REBOOTLESS_V1, "vendor"); in testVendorApex_Staged()
571 pushTestApex(REBOOTLESS_V1, "vendor"); in testVendorApex_NonStaged()
[all …]
/frameworks/base/tests/RollbackTest/StagedRollbackTest/src/com/android/tests/rollback/host/
DStagedRollbackTest.java165 pushTestApex(APK_IN_APEX_TESTAPEX_NAME + "_v1.apex"); in testRollbackApexWithApkCrashing()
190 pushTestApex("test.rebootless_apex_v1.apex"); in testRollbackRebootlessApex()
199 pushTestApex("test.rebootless_apex_v1.apex"); in testNativeWatchdogTriggersRebootlessApexRollback()
230 private void pushTestApex(String fileName) throws Exception { in pushTestApex() method in StagedRollbackTest