Searched defs:baseApk (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/content/pm/parsing/ |
D | ApkLiteParseUtils.java | 104 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()
|
D | PackageLite.java | 101 public PackageLite(String path, String baseApkPath, ApkLite baseApk, in PackageLite()
|
D | ParsingPackageUtils.java | 388 final File baseApk = new File(lite.getBaseApkPath()); in parseClusterPackage() local
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/ |
D | DexMetadataHelperTest.java | 414 final ApkLite baseApk = result.getResult(); in testPackageSizeWithPartialPackageLite() local
|
/frameworks/base/core/java/android/content/pm/ |
D | PackageParser.java | 417 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/ |
D | PackageInstallerSession.java | 2906 ApkLite baseApk = null; in validateApkInstallLocked() local
|