Searched refs:getTestFile (Results 1 – 6 of 6) sorted by relevance
68 assertThat(getDevice().pushFile(mTestUtils.getTestFile("apex.apexd_test_v2.apex"), in testOrphanedApexIsNotActivated()89 assertThat(getDevice().pushFile(mTestUtils.getTestFile(testApexFile), in testApexWithoutPbIsNotActivated()114 final File newFile = mTestUtils.getTestFile("com.android.apex.cts.shim.v2.apex"); in testRemountApex()147 final File v1 = mTestUtils.getTestFile("apex.apexd_test.apex"); in testApexWithoutPbIsNotActivated_ProductPartitionHasOlderVersion()150 final File v2_no_pb = mTestUtils.getTestFile("apex.apexd_test_v2_no_pb.apex"); in testApexWithoutPbIsNotActivated_ProductPartitionHasOlderVersion()188 final File v3 = mTestUtils.getTestFile("apex.apexd_test_v3.apex"); in testApexWithoutPbIsNotActivated_ProductPartitionHasNewerVersion()191 final File v2_no_pb = mTestUtils.getTestFile("apex.apexd_test_v2_no_pb.apex"); in testApexWithoutPbIsNotActivated_ProductPartitionHasNewerVersion()253 File apexFile = mTestUtils.getTestFile("com.android.apex.cts.shim.v2.apex"); in testApexSessionStateUnchangedBeforeReboot()
92 File apexFile = mUtils.getTestFile("com.android.apex.cts.shim.v2.apex"); in testAutomaticBootLoopRecovery()140 File apexFile = mUtils.getTestFile("com.android.apex.cts.shim.v2.apex"); in testSessionNotRevertedWithCheckpointingDisabled()182 File apexFile = mUtils.getTestFile("com.android.apex.cts.shim.v2.apex"); in testCheckpointingRevertsSession()224 File apexFile = mUtils.getTestFile("com.android.apex.cts.shim.v2.apex"); in testRebootingOnceDoesNotRevertSession()289 File apexFile = mUtils.getTestFile("com.android.apex.cts.shim.v2.apex"); in testFailingUserspaceReboot_doesNotRevertUpdate()318 File apexFile = mUtils.getTestFile("com.android.apex.cts.shim.v2.apex"); in testUserspaceRebootFailedShutdownSequence_doesNotRevertUpdate()351 File apexFile = mUtils.getTestFile("com.android.apex.cts.shim.v2.apex"); in testUserspaceRebootFailedRemount_revertsUpdate()382 assertThat(getDevice().pushFile(mUtils.getTestFile("apex.apexd_test_v2.apex"), in testBootCompletedCleanupHappensEvenWhenThereIsCrashingProcess()
108 ApexInfo apex = mUtils.getApexInfo(mUtils.getTestFile(filename)); in uninstallAllApexes()114 File testAppFile = mUtils.getTestFile(filename); in installApex()131 args[i + 1] = mUtils.getTestFile(filenames[i]).getAbsolutePath(); in installApexes()
50 mTestApk5Path = buildHelper.getTestFile(TEST_APK5_NAME).getAbsolutePath(); in setUp()51 mTestApk7Path = buildHelper.getTestFile(TEST_APK7_NAME).getAbsolutePath(); in setUp()
56 File apexFile = mUtils.getTestFile(SHIM_V2); in testAbandonActiveStagedSession()
95 public File getTestFile(String testFileName) throws IOException { in getTestFile() method in ModuleTestUtils