Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/parsing/
DApkLiteParseUtils.java104 final ApkLite baseApk = result.getResult(); in parseMonolithicPackageLite() local
173 final ApkLite baseApk = apks.remove(null); in parseClusterPackageLite() local
187 File packageDir, ApkLite baseApk, ArrayMap<String, ApkLite> splitApks) { in composePackageLiteFromApks()
202 ParseInput input, File packageDir, ApkLite baseApk, in composePackageLiteFromApks()
DPackageLite.java101 public PackageLite(String path, String baseApkPath, ApkLite baseApk, in PackageLite()
DParsingPackageUtils.java388 final File baseApk = new File(lite.getBaseApkPath()); in parseClusterPackage() local
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/
DDexMetadataHelperTest.java414 final ApkLite baseApk = result.getResult(); in testPackageSizeWithPartialPackageLite() local
/frameworks/base/core/java/android/content/pm/
DPackageParser.java417 public PackageLite(String codePath, String baseCodePath, ApkLite baseApk, in PackageLite()
958 final ApkLite baseApk = parseApkLite(packageFile, flags); in parseMonolithicPackageLite() local
1014 final ApkLite baseApk = apks.remove(null); in parseClusterPackageLite() local
1126 final File baseApk = new File(lite.baseCodePath); in parseClusterPackage() local
/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerSession.java2906 ApkLite baseApk = null; in validateApkInstallLocked() local