Home
last modified time | relevance | path

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

/system/apex/tests/src/com/android/tests/apex/
DApexdHostTest.java68 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()
DApexRollbackTests.java92 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()
DApexE2EBaseHostTest.java108 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()
/system/core/adb/fastdeploy/deployagent/test/com/android/fastdeploy/
DFastDeployTest.java50 mTestApk5Path = buildHelper.getTestFile(TEST_APK5_NAME).getAbsolutePath(); in setUp()
51 mTestApk7Path = buildHelper.getTestFile(TEST_APK7_NAME).getAbsolutePath(); in setUp()
/system/apex/tests/src/com/android/tests/util/
DModuleTestUtilsTest.java56 File apexFile = mUtils.getTestFile(SHIM_V2); in testAbandonActiveStagedSession()
/system/apex/tests/util/com/android/tests/util/
DModuleTestUtils.java95 public File getTestFile(String testFileName) throws IOException { in getTestFile() method in ModuleTestUtils