Searched refs:apexFile (Results 1 – 3 of 3) sorted by relevance
272 File apexFile = mHostUtils.getTestFile("com.android.apex.cts.shim.v2.apex"); in testApexSessionStateUnchangedBeforeReboot() local273 String error = mHostUtils.installStagedPackage(apexFile); in testApexSessionStateUnchangedBeforeReboot()364 File apexFile = mHostUtils.getTestFile(apex_filename); in testRejectsStagedApexWithIncorrectUpdatableViaApexValue() local367 String error = mHostUtils.installStagedPackage(apexFile); in testRejectsStagedApexWithIncorrectUpdatableViaApexValue()390 File apexFile = mHostUtils.getTestFile(apex_filename); in testRejectsStagedApexWithInvalidSyntaxVintfFragment() local393 String error = mHostUtils.installStagedPackage(apexFile); in testRejectsStagedApexWithInvalidSyntaxVintfFragment()413 File apexFile = mHostUtils.getTestFile(apex_filename); in testRejectsStagedApexThatUpdatesUnrelatedHardware() local416 String error = mHostUtils.installStagedPackage(apexFile); in testRejectsStagedApexThatUpdatesUnrelatedHardware()437 File apexFile = mHostUtils.getTestFile(apex_filename); in testAcceptsGoodRebootlessApex() local440 String error = mHostUtils.installRebootlessPackage(apexFile); in testAcceptsGoodRebootlessApex()[all …]
111 File apexFile = mHostUtils.getTestFile("com.android.apex.cts.shim.v2.apex"); in testAutomaticBootLoopRecovery() local122 String error = mHostUtils.installStagedPackage(apexFile); in testAutomaticBootLoopRecovery()159 File apexFile = mHostUtils.getTestFile("com.android.apex.cts.shim.v2.apex"); in testSessionNotRevertedWithCheckpointingDisabled() local167 String error = mHostUtils.installStagedPackage(apexFile); in testSessionNotRevertedWithCheckpointingDisabled()197 File apexFile = mHostUtils.getTestFile("com.android.apex.cts.shim.v2.apex"); in testCheckpointingRevertsSession() local204 String error = mHostUtils.installStagedPackage(apexFile); in testCheckpointingRevertsSession()235 File apexFile = mHostUtils.getTestFile("com.android.apex.cts.shim.v2.apex"); in testRebootingOnceDoesNotRevertSession() local242 String error = mHostUtils.installStagedPackage(apexFile); in testRebootingOnceDoesNotRevertSession()327 final File apexFile = mHostUtils.getTestFile("com.android.apex.cts.shim.v2.apex"); in testReasonForRevertIsLoggedDuringBootloop() local338 final String error = mHostUtils.installStagedPackage(apexFile); in testReasonForRevertIsLoggedDuringBootloop()
51 with zipfile.ZipFile(apexFilePath, 'r') as apexFile:52 with apexFile.open('apex_manifest.pb') as manifestFile: