Searched defs:baseApk (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/core/java/android/content/pm/parsing/ |
H A D | ApkLiteParseUtils.java | 123 final ApkLite baseApk = result.getResult(); in parseMonolithicPackageLite() local 149 final ApkLite baseApk = result.getResult(); in parseMonolithicPackageLite() local 182 ApkLite baseApk = null; in parseClusterPackageLite() local 242 File packageDir, ApkLite baseApk, ArrayMap<String, ApkLite> splitApks) { in composePackageLiteFromApks() 257 ParseInput input, File packageDir, ApkLite baseApk, in composePackageLiteFromApks()
|
H A D | PackageLite.java | 113 public PackageLite(String path, String baseApkPath, ApkLite baseApk, in PackageLite()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/ |
H A D | DexMetadataHelperTest.java | 420 final ApkLite baseApk = result.getResult(); in testPackageSizeWithPartialPackageLite() local
|
/aosp14/frameworks/base/core/java/android/content/pm/ |
H A 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
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/parsing/ |
H A D | ParsingPackageUtils.java | 405 final File baseApk = new File(lite.getBaseApkPath()); in parseClusterPackage() local
|