Searched defs:baseApk (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/content/pm/parsing/ |
D | ApkLiteParseUtilsTest.java | 113 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/ |
D | ApkLiteParseUtils.java | 136 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()
|
D | PackageLite.java | 146 public PackageLite(String path, String baseApkPath, ApkLite baseApk, in PackageLite()
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/ |
D | InstallDependencyHelperTest.java | 161 ApkLite baseApk = result.getResult(); in getPackageLite() local
|
/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 | 378 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
|