Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/targetprep/
DDeviceInteractionHelperInstallerTest.java85 private File createFindableFile(File dir, String name, TestInformation testInfo) in createFindableFile() method in DeviceInteractionHelperInstallerTest
116 createFindableFile(testsDir, "com.android.cts.helpers.aosp.apk", testInfo); in testNoOptionsNoDeviceProperty()
136 createFindableFile(testsDir, "com.android.cts.helpers.aosp.apk", testInfo); in testNoOptionsEmptyDeviceProperty()
157 createFindableFile(testsDir, "com.android.cts.helpers.aosp.apk", testInfo); in testNoOptionsValidDeviceProperty()
160 File extraApk = createFindableFile(testsDir, "com.helper1.apk", testInfo); in testNoOptionsValidDeviceProperty()
162 File extraApk2 = createFindableFile(testsDir, "com.helper2.apk", testInfo); in testNoOptionsValidDeviceProperty()
188 createFindableFile(testsDir, "com.android.cts.helpers.aosp.apk", testInfo); in testFallbackPackageOptionOverridesDefault()
189 File otherApk = createFindableFile(testsDir, "com.fallback.apk", testInfo); in testFallbackPackageOptionOverridesDefault()
212 createFindableFile(testsDir, "com.android.cts.helpers.aosp.apk", testInfo); in testDevicePropertyOptionOverridesDefault()
215 File extraApk = createFindableFile(testsDir, "com.helper1.apk", testInfo); in testDevicePropertyOptionOverridesDefault()
[all …]