Searched defs:baseApk (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/content/pm/parsing/ |
D | ApkLiteParseUtils.java | 126 final ApkLite baseApk = result.getResult(); in parseMonolithicPackageLite() local 152 final ApkLite baseApk = result.getResult(); in parseMonolithicPackageLite() local 185 ApkLite baseApk = null; in parseClusterPackageLite() local 245 File packageDir, ApkLite baseApk, ArrayMap<String, ApkLite> splitApks) { in composePackageLiteFromApks() 260 ParseInput input, File packageDir, ApkLite baseApk, in composePackageLiteFromApks()
|
D | PackageLite.java | 122 public PackageLite(String path, String baseApkPath, ApkLite baseApk, in PackageLite()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/ |
D | DexMetadataHelperTest.java | 422 final ApkLite baseApk = result.getResult(); in testPackageSizeWithPartialPackageLite() local
|
/frameworks/base/core/java/com/android/internal/pm/pkg/parsing/ |
D | ParsingPackageUtils.java | 370 final File baseApk = new File(lite.getBaseApkPath()); in parseClusterPackage() local
|
/frameworks/base/core/java/android/content/pm/ |
D | PackageParser.java | 425 public PackageLite(String codePath, String baseCodePath, ApkLite baseApk, in PackageLite() 980 final ApkLite baseApk = parseApkLite(packageFile, flags); in parseMonolithicPackageLite() local 1036 final ApkLite baseApk = apks.remove(null); in parseClusterPackageLite() local 1148 final File baseApk = new File(lite.baseCodePath); in parseClusterPackage() local
|