Searched refs:getTestFile (Results 1 – 7 of 7) sorted by relevance
47 protected File getTestFile(IBuildInfo buildInfo, String filename) throws FileNotFoundException { in getTestFile() method in ApkInstaller49 return mBuildHelper.getTestFile(filename); in getTestFile()58 apkFile = getTestFile(testInfo.getBuildInfo(), apkFileName); in getLocalPathForFilename()
113 File apkFile = buildHelper.getTestFile(mApkFileName); in instrument()
229 localConfigFile = buildHelper.getTestFile(String.format("%s.dynamic", lookupName)); in getLocalConfigFile()
432 apkFile = buildHelper.getTestFile(APP_APK); in setMaxRes()
331 public File getTestFile(String filename) throws FileNotFoundException { in getTestFile() method in CompatibilityBuildHelper332 return getTestFile(filename, null); in getTestFile()339 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()141 public File getTestFile(String filename) throws FileNotFoundException { in testLocalRead()164 public File getTestFile(String filename) throws FileNotFoundException { in testLocalRead_fileNotFound()
74 File file = buildHelper.getTestFile("fuzzy_fastboot", getAbi()); in setUp()