Searched refs:addAppPackageFile (Results 1 – 6 of 6) sorted by relevance
46 appBuild.addAppPackageFile(new File("package"), "v1"); in testSettingBuilds()47 appBuild.addAppPackageFile(new File("package2"), "v1"); in testSettingBuilds()
51 parentBuild.addAppPackageFile(apkPath, parentBuild.getBuildId()); in getBuild()
395 public void addAppPackageFile(File appPackageFile, String version) { in addAppPackageFile() method in BuildInfo
64 appBuild.addAppPackageFile(wifiapk, "0"); in testSetupTeardown()
62 mAppBuildInfo.addAppPackageFile(new File("fakepackage"), "v2"); in testApksPresent()
273 public default void addAppPackageFile(File appPackageFile, String version) { in addAppPackageFile() method