Home | History | Annotate | Download | only in pm

Lines Matching refs:ApkLite

268         public PackageLite(String codePath, ApkLite baseApk, String[] splitNames,
295 public static class ApkLite {
306 public ApkLite(String codePath, String packageName, String splitName, int versionCode,
649 final ApkLite baseApk = parseApkLite(packageFile, flags);
665 final ArrayMap<String, ApkLite> apks = new ArrayMap<>();
668 final ApkLite lite = parseApkLite(file, flags);
697 final ApkLite baseApk = apks.remove(null);
1131 public static ApkLite parseApkLite(File apkFile, int flags)
1246 private static ApkLite parseApkLite(String codePath, Resources res, XmlPullParser parser,
1304 return new ApkLite(codePath, packageSplit.first, packageSplit.second, versionCode,