Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/content/pm/parsing/
H A DApkLiteParseUtils.java123 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 DPackageLite.java113 public PackageLite(String path, String baseApkPath, ApkLite baseApk, in PackageLite()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/
H A DDexMetadataHelperTest.java420 final ApkLite baseApk = result.getResult(); in testPackageSizeWithPartialPackageLite() local
/aosp14/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java425 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 DParsingPackageUtils.java405 final File baseApk = new File(lite.getBaseApkPath()); in parseClusterPackage() local