Searched refs:parseMonolithicPackage (Results 1 – 3 of 3) sorted by relevance
5587 PackageParser.Package pkg = parser.parseMonolithicPackage(apkFile, 0); in getPackageArchiveInfo()
1023 parsed = parseMonolithicPackage(packageFile, flags); in parsePackage()1291 public Package parseMonolithicPackage(File apkFile, int flags) throws PackageParserException { in parseMonolithicPackage() method in PackageParser
334 PackageParser.Package pkg = packageParser.parseMonolithicPackage(sourceFile, 0); in parsePackage()