Searched refs:ApkLite (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/content/pm/dex/ |
D | DexMetadataHelperTest.java | 27 import android.content.pm.PackageParser.ApkLite; 226 ApkLite baseApk = PackageParser.parseApkLite(is.getFD(), base.getAbsolutePath(), 0); in testPackageSizeWithPartialPackageLite()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageInstallerSession.java | 64 import android.content.pm.PackageParser.ApkLite; 1505 ApkLite baseApk = null; in validateApkInstallLocked() 1551 final ApkLite apk; in validateApkInstallLocked() 1648 final ApkLite existingBase; in validateApkInstallLocked() 1811 private void assertApkConsistentLocked(String tag, ApkLite apk) in assertApkConsistentLocked()
|
D | PackageManagerShellCommand.java | 52 import android.content.pm.PackageParser.ApkLite; 464 ApkLite baseApk = PackageParser.parseApkLite(fd.getFileDescriptor(), inPath, 0); in setParamsSize()
|
/frameworks/base/core/java/android/content/pm/ |
D | PackageParser.java | 412 public PackageLite(String codePath, ApkLite baseApk, String[] splitNames, in PackageLite() 450 public static class ApkLite { class in PackageParser 474 public ApkLite(String codePath, String packageName, String splitName, in ApkLite() method in PackageParser.ApkLite 899 final ApkLite baseApk = parseApkLite(packageFile, flags); in parseMonolithicPackageLite() 917 final ArrayMap<String, ApkLite> apks = new ArrayMap<>(); in parseClusterPackageLite() 920 final ApkLite lite = parseApkLite(file, flags); in parseClusterPackageLite() 950 final ApkLite baseApk = apks.remove(null); in parseClusterPackageLite() 978 final ApkLite apk = apks.get(splitNames[i]); in parseClusterPackageLite() 1564 public static ApkLite parseApkLite(File apkFile, int flags) in parseApkLite() 1578 public static ApkLite parseApkLite(FileDescriptor fd, String debugPathName, int flags) in parseApkLite() [all …]
|
/frameworks/base/config/ |
D | preloaded-classes | 943 android.content.pm.PackageParser$ApkLite
|
/frameworks/base/services/ |
D | art-profile | 10563 …rSession;->assertApkConsistentLocked(Ljava/lang/String;Landroid/content/pm/PackageParser$ApkLite;)V
|