Searched refs:apkDescr (Results 1 – 1 of 1) sorted by relevance
124 ApiList apkDescr = new ApiList(args[idx]); in main() local125 sCurrentApk = apkDescr; in main()126 boolean success = parseApiDescr(apkDescr, args[idx]); in main()133 check(apiDescr, apkDescr); in main()135 apkDescr.getErrorCount() + " errors, " + in main()136 apkDescr.getWarningCount() + " warnings\n"); in main()250 static boolean check(ApiList pubList, ApiList apkDescr) { in check() argument252 Iterator<PackageInfo> pkgIter = apkDescr.getPackageIterator(); in check()