Searched refs:apkPath (Results 1 – 3 of 3) sorted by relevance
59 def installApk(self, apkPath): argument60 (out, err) = self.runAdbCommand("install -r -d -g " + apkPath)
179 String apkPath = testApk.getPath(); in addApiCoverage() local180 Process process = new ProcessBuilder(dexdeps, "--format=xml", apkPath).start(); in addApiCoverage()186 System.err.println("warning: dexdeps failed for: " + apkPath); in addApiCoverage()
460 final String apkPath = getContext().getPackageCodePath(); in testGetPackageArchiveInfo() local465 final PackageInfo pkgInfo = mPackageManager.getPackageArchiveInfo(apkPath, flags); in testGetPackageArchiveInfo()