Home
last modified time | relevance | path

Searched defs:baseApk (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/content/pm/parsing/
DApkLiteParseUtils.java94 final PackageParser.ApkLite baseApk = result.getResult(); in parseMonolithicPackageLite() local
160 final PackageParser.ApkLite baseApk = apks.remove(null); in parseClusterPackageLite() local
DParsingPackageUtils.java277 final File baseApk = new File(lite.baseCodePath); in parseClusterPackage() local
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/
DDexMetadataHelperTest.java231 ApkLite baseApk = PackageParser.parseApkLite(is.getFD(), base.getAbsolutePath(), 0); in testPackageSizeWithPartialPackageLite() local
/frameworks/base/core/java/android/content/pm/
DPackageParser.java408 public PackageLite(String codePath, ApkLite baseApk, String[] splitNames, in PackageLite()
935 final ApkLite baseApk = parseApkLite(packageFile, flags); in parseMonolithicPackageLite() local
990 final ApkLite baseApk = apks.remove(null); in parseClusterPackageLite() local
1102 final File baseApk = new File(lite.baseCodePath); in parseClusterPackage() local
/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerSession.java2025 ApkLite baseApk = null; in validateApkInstallLocked() local