Searched refs:sourceFile (Results 1 – 3 of 3) sorted by relevance
65 public static PackageParser.Package getPackageInfo(File sourceFile) { in getPackageInfo() argument68 PackageParser.Package pkg = parser.parseMonolithicPackage(sourceFile, 0); in getPackageInfo()169 Activity pContext, ApplicationInfo appInfo, File sourceFile) { in getAppSnippet() argument170 final String archiveFilePath = sourceFile.getAbsolutePath(); in getAppSnippet()
513 final File sourceFile = new File(mPackageURI.getPath());514 PackageParser.Package parsed = PackageUtil.getPackageInfo(sourceFile);530 as = PackageUtil.getAppSnippet(this, mPkgInfo.applicationInfo, sourceFile);
247 final File sourceFile = new File(mPackageURI.getPath());248 as = PackageUtil.getAppSnippet(this, mAppInfo, sourceFile);