Searched defs:baseApk (Results 1 – 5 of 5) sorted by relevance
94 final PackageParser.ApkLite baseApk = result.getResult(); in parseMonolithicPackageLite() local160 final PackageParser.ApkLite baseApk = apks.remove(null); in parseClusterPackageLite() local
277 final File baseApk = new File(lite.baseCodePath); in parseClusterPackage() local
231 ApkLite baseApk = PackageParser.parseApkLite(is.getFD(), base.getAbsolutePath(), 0); in testPackageSizeWithPartialPackageLite() local
408 public PackageLite(String codePath, ApkLite baseApk, String[] splitNames, in PackageLite()935 final ApkLite baseApk = parseApkLite(packageFile, flags); in parseMonolithicPackageLite() local990 final ApkLite baseApk = apks.remove(null); in parseClusterPackageLite() local1102 final File baseApk = new File(lite.baseCodePath); in parseClusterPackage() local
2025 ApkLite baseApk = null; in validateApkInstallLocked() local