Searched refs:getTestFile (Results 1 – 7 of 7) sorted by relevance
51 protected File getTestFile(IBuildInfo buildInfo, String filename) throws FileNotFoundException { in getTestFile() method in ApkInstaller53 return mBuildHelper.getTestFile(filename); in getTestFile()62 apkFile = getTestFile(testInfo.getBuildInfo(), apkFileName); in getLocalPathForFilename()
136 File apkFile = buildHelper.getTestFile(mApkFileName); in instrument()
261 localConfigFile = buildHelper.getTestFile(String.format("%s.dynamic", lookupName)); in getLocalConfigFile()
576 apkFile = buildHelper.getTestFile(APP_APK); in setMaxRes()
330 public File getTestFile(String filename) throws FileNotFoundException { in getTestFile() method in CompatibilityBuildHelper331 return getTestFile(filename, null); in getTestFile()338 public File getTestFile(String filename, IAbi abi) throws FileNotFoundException { in getTestFile() method in CompatibilityBuildHelper
118 public File getTestFile(String filename) throws FileNotFoundException { in testLocalRead_fromDynamicConfigName()139 public File getTestFile(String filename) throws FileNotFoundException { in testLocalRead()160 public File getTestFile(String filename) throws FileNotFoundException { in testLocalRead_fileNotFound()
98 File file = buildHelper.getTestFile("fuzzy_fastboot", getAbi()); in setUp()