Home
last modified time | relevance | path

Searched refs:ApkLiteParseUtils (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/base/core/java/android/content/pm/dex/
DDexMetadataHelper.java20 import static android.content.pm.parsing.ApkLiteParseUtils.APK_FILE_EXTENSION;
22 import android.content.pm.parsing.ApkLiteParseUtils;
156 if (!ApkLiteParseUtils.isApkPath(codePath)) { in buildDexMetadataPathForApk()
171 return ApkLiteParseUtils.isApkFile(targetFile) in buildDexMetadataPathForFile()
291 if (ApkLiteParseUtils.isApkPath(paths[i])) { in validateDexPaths()
/frameworks/base/core/java/com/android/internal/pm/split/
DDefaultSplitAssetLoader.java18 import android.content.pm.parsing.ApkLiteParseUtils;
53 && !ApkLiteParseUtils.isApkPath(path)) { in loadApkAssets()
DSplitAssetDependencyLoader.java19 import android.content.pm.parsing.ApkLiteParseUtils;
70 && !ApkLiteParseUtils.isApkPath(path)) { in loadApkAssets()
/frameworks/base/core/java/com/android/internal/content/om/
DOverlayScanner.java24 import android.content.pm.parsing.ApkLiteParseUtils;
183 final ParseResult<ApkLite> ret = ApkLiteParseUtils.parseApkLite(input.reset(), in parseOverlayManifest()
/frameworks/base/core/java/android/util/apk/
DApkSignatureVerifier.java31 import android.content.pm.parsing.ApkLiteParseUtils;
441 ApkLiteParseUtils.ANDROID_MANIFEST_FILENAME); in verifyV1Signature()
455 + ApkLiteParseUtils.ANDROID_MANIFEST_FILENAME); in verifyV1Signature()
468 if (entryName.equals(ApkLiteParseUtils.ANDROID_MANIFEST_FILENAME)) continue; in verifyV1Signature()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/
DDexMetadataHelperTest.java28 import android.content.pm.parsing.ApkLiteParseUtils;
399 final ParseResult<PackageLite> result = ApkLiteParseUtils.parsePackageLite( in testPackageSizeWithDmFile()
415 final ParseResult<ApkLite> result = ApkLiteParseUtils.parseApkLite( in testPackageSizeWithPartialPackageLite()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageMetrics.java38 import android.content.pm.parsing.ApkLiteParseUtils;
205 if (file.toFile().isFile() && ApkLiteParseUtils.isApkFile(file.toFile())) { in getApksSize()
DMovePackageHelper.java39 import android.content.pm.parsing.ApkLiteParseUtils;
315 final ParseResult<PackageLite> ret = ApkLiteParseUtils.parsePackageLite(input, in movePackageInternal()
DRemovePackageHelper.java34 import android.content.pm.parsing.ApkLiteParseUtils;
512 final ParseResult<PackageLite> result = ApkLiteParseUtils.parsePackageLite( in cleanUpResourcesLI()
DApkChecksums.java26 import static android.content.pm.parsing.ApkLiteParseUtils.APK_FILE_EXTENSION;
40 import android.content.pm.parsing.ApkLiteParseUtils;
180 if (!ApkLiteParseUtils.isApkPath(codePath)) { in buildDigestsPathForApk()
DStorageEventHelper.java19 import static android.content.pm.parsing.ApkLiteParseUtils.isApkFile;
DPackageManagerServiceUtils.java59 import android.content.pm.parsing.ApkLiteParseUtils;
966 final ParseResult<PackageLite> result = ApkLiteParseUtils.parsePackageLite( in calculateInstalledSize()
1033 final ParseResult<PackageLite> result = ApkLiteParseUtils.parsePackageLite( in copyPackage()
DPackageInstallerSession.java113 import android.content.pm.parsing.ApkLiteParseUtils;
1611 final ParseResult<ApkLite> parseResult = ApkLiteParseUtils.parseApkLite( in getAddedApkLitesLocked()
2222 ApkLiteParseUtils.parseApkLite(input.reset(), addedFile, 0); in fetchPackageName()
3241 ApkLiteParseUtils.parsePackageLite(input, packageFile, flags);
3386 final ParseResult<ApkLite> ret = ApkLiteParseUtils.parseApkLite(input.reset(),
3509 final String targetName = ApkLiteParseUtils.splitNameToFileName(apk);
3660 ApkLiteParseUtils.composePackageLiteFromApks(input.reset(), stageDir, baseApk,
3670 ParseResult<PackageLite> pkgLiteResult = ApkLiteParseUtils.parsePackageLite(
DPackageAbiHelperImpl.java21 import static android.content.pm.parsing.ApkLiteParseUtils.isApkFile;
DPackageManagerShellCommand.java74 import android.content.pm.parsing.ApkLiteParseUtils;
690 ParseResult<ApkLite> apkLiteResult = ApkLiteParseUtils.parseApkLite( in setParamsSize()
DInstallPackageHelper.java43 import static android.content.pm.parsing.ApkLiteParseUtils.isApkFile;
/frameworks/base/core/java/com/android/internal/content/
DNativeLibraryHelper.java30 import android.content.pm.parsing.ApkLiteParseUtils;
89 final ParseResult<PackageLite> ret = ApkLiteParseUtils.parsePackageLite(input.reset(), in create()
/frameworks/base/core/java/android/content/pm/parsing/
DApkLite.java236 mMinSdkVersion = ApkLiteParseUtils.DEFAULT_MIN_SDK_VERSION; in ApkLite()
DApkLiteParseUtils.java62 public class ApkLiteParseUtils { class
/frameworks/base/services/core/java/com/android/server/rollback/
DRollbackManagerServiceImpl.java40 import android.content.pm.parsing.ApkLiteParseUtils;
910 final ParseResult<ApkLite> parseResult = ApkLiteParseUtils.parseApkLite(
/frameworks/base/core/java/com/android/internal/pm/pkg/parsing/
DParsingPackageUtils.java54 import android.content.pm.parsing.ApkLiteParseUtils;
349 ApkLiteParseUtils.parseClusterPackageLite(input, packageDir, liteParseFlags); in parseClusterPackage()
419 ApkLiteParseUtils.parseMonolithicPackageLite(input, apkFile, liteParseFlags); in parseMonolithicPackage()
703 ApkLiteParseUtils.parsePackageSplitNames(input, parser);
752 ApkLiteParseUtils.parsePackageSplitNames(input, parser);
/frameworks/base/core/java/android/content/pm/
DPackageInstaller.java60 import android.content.pm.parsing.ApkLiteParseUtils;
2378 final ParseResult<PackageLite> result = ApkLiteParseUtils.parsePackageLite( in readInstallInfo()
2399 final ParseResult<PackageLite> result = ApkLiteParseUtils.parseMonolithicPackageLite(input, in readInstallInfo()
/frameworks/base/core/java/android/app/
DApplicationPackageManager.java83 import android.content.pm.parsing.ApkLiteParseUtils;
4091 return apkAssets.openXml(ApkLiteParseUtils.ANDROID_MANIFEST_FILENAME); in getAndroidManifestParser()
4123 return apkAssets.openXml(ApkLiteParseUtils.ANDROID_MANIFEST_FILENAME); in getAndroidManifestParser()
/frameworks/base/boot/
Dpreloaded-classes1918 android.content.pm.parsing.ApkLiteParseUtils$SplitNameComparator
1919 android.content.pm.parsing.ApkLiteParseUtils
/frameworks/base/config/
Dpreloaded-classes1922 android.content.pm.parsing.ApkLiteParseUtils$SplitNameComparator
1923 android.content.pm.parsing.ApkLiteParseUtils

12