Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DApkInstaller.java47 protected File getTestFile(IBuildInfo buildInfo, String filename) throws FileNotFoundException { in getTestFile() method in ApkInstaller
49 return mBuildHelper.getTestFile(filename); in getTestFile()
58 apkFile = getTestFile(testInfo.getBuildInfo(), apkFileName); in getLocalPathForFilename()
DApkInstrumentationPreparer.java113 File apkFile = buildHelper.getTestFile(mApkFileName); in instrument()
DDynamicConfigPusher.java229 localConfigFile = buildHelper.getTestFile(String.format("%s.dynamic", lookupName)); in getLocalConfigFile()
DMediaPreparer.java432 apkFile = buildHelper.getTestFile(APP_APK); in setMaxRes()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/build/
DCompatibilityBuildHelper.java331 public File getTestFile(String filename) throws FileNotFoundException { in getTestFile() method in CompatibilityBuildHelper
332 return getTestFile(filename, null); in getTestFile()
339 public File getTestFile(String filename, IAbi abi) throws FileNotFoundException { in getTestFile() method in CompatibilityBuildHelper
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/targetprep/
DDynamicConfigPusherTest.java118 public File getTestFile(String filename) throws FileNotFoundException { in testLocalRead_fromDynamicConfigName()
141 public File getTestFile(String filename) throws FileNotFoundException { in testLocalRead()
164 public File getTestFile(String filename) throws FileNotFoundException { in testLocalRead_fileNotFound()
/test/vts/testcases/host/fastboot_test/src/com/android/tests/
DFastbootVerifyUserspaceTest.java74 File file = buildHelper.getTestFile("fuzzy_fastboot", getAbi()); in setUp()