Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/content/pm/parsing/
DApkLiteParseUtilsTest.java113 ApkLite baseApk = result.getResult(); in testParseApkLite_getUsesSdkLibrary() local
132 ApkLite baseApk = result.getResult(); in testParseApkLite_getUsesSdkLibrary_overrideCertDigest() local
152 ApkLite baseApk = result.getResult(); in testParseApkLite_getUsesSdkLibrary_sameAsPackageParser() local
174 ApkLite baseApk = result.getResult(); in testParseApkLite_getUsesStaticLibrary_sameAsPackageParser() local
196 ApkLite baseApk = result.getResult(); in testParseApkLite_getUsesStaticLibrary_twoCerts() local
215 ApkLite baseApk = result.getResult(); in testParseApkLite_isIsStaticLibrary() local
/frameworks/base/core/java/android/content/pm/parsing/
DApkLiteParseUtils.java136 final ApkLite baseApk = result.getResult(); in parseMonolithicPackageLite() local
162 final ApkLite baseApk = result.getResult(); in parseMonolithicPackageLite() local
195 ApkLite baseApk = null; in parseClusterPackageLite() local
255 File packageDir, ApkLite baseApk, ArrayMap<String, ApkLite> splitApks) { in composePackageLiteFromApks()
270 ParseInput input, File packageDir, ApkLite baseApk, in composePackageLiteFromApks()
DPackageLite.java146 public PackageLite(String path, String baseApkPath, ApkLite baseApk, in PackageLite()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/
DInstallDependencyHelperTest.java161 ApkLite baseApk = result.getResult(); in getPackageLite() local
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/
DDexMetadataHelperTest.java422 final ApkLite baseApk = result.getResult(); in testPackageSizeWithPartialPackageLite() local
/frameworks/base/core/java/com/android/internal/pm/pkg/parsing/
DParsingPackageUtils.java378 final File baseApk = new File(lite.getBaseApkPath()); in parseClusterPackage() local
/frameworks/base/core/java/android/content/pm/
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