Home
last modified time | relevance | path

Searched defs:baseCodePath (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/core/java/android/content/om/
DOverlayInfo.java198 public final String baseCodePath; field in OverlayInfo
256 @NonNull String baseCodePath, int state, int userId, int priority, boolean isMutable) { in OverlayInfo()
265 @Nullable String category, @NonNull String baseCodePath, int state, int userId, in OverlayInfo()
/frameworks/base/services/core/java/com/android/server/pm/dex/
DDexManager.java334 public void notifyPackageUpdated(String packageName, String baseCodePath, in notifyPackageUpdated()
380 private void cachePackageCodeLocation(String packageName, String baseCodePath, in cachePackageCodeLocation()
720 public PackageCodeLocations(String packageName, String baseCodePath, in PackageCodeLocations()
728 public void updateCodeLocation(String baseCodePath, String[] splitCodePaths) { in updateCodeLocation()
DDexoptUtils.java405 String baseCodePath = new File(pkg.getBaseApkPath()).getParent(); in getSplitRelativeCodePaths() local
/frameworks/base/core/java/com/android/internal/pm/parsing/
DPackageParser2.java193 @NonNull String baseCodePath, @NonNull String codePath, in startParsingPackage()
/frameworks/base/core/java/android/content/pm/parsing/
DFrameworkParsingPackageUtils.java227 String baseCodePath, boolean skipVerify, boolean isStaticSharedLibrary, in getSigningDetails()
DApkLiteParseUtils.java304 final String baseCodePath = apkRenamed ? new File(packageDir, in composePackageLiteFromApks() local
/frameworks/base/services/core/java/com/android/server/om/
DOverlayManagerSettings.java77 @NonNull final String baseCodePath, boolean isMutable, boolean isEnabled, int priority, in init()
/frameworks/base/services/core/java/com/android/server/pm/
DVerifyingSession.java469 final String baseCodePath = mPackageLite.getBaseApkPath(); in sendPackageVerificationRequest() local
DInstallPackageHelper.java1152 final String baseCodePath = request.getPkg().getBaseApkPath(); in installPackagesLI() local
/frameworks/base/core/java/com/android/internal/pm/parsing/pkg/
DPackageImpl.java425 public static PackageImpl forParsing(@NonNull String packageName, @NonNull String baseCodePath, in forParsing()
458 public static ParsingPackage forTesting(String packageName, String baseCodePath) { in forTesting()
/frameworks/base/core/java/android/content/pm/
DPackageParser.java403 public final String baseCodePath; field in PackageParser.PackageLite
425 public PackageLite(String codePath, String baseCodePath, ApkLite baseApk, in PackageLite()
6785 public String baseCodePath; field in PackageParser.Package
7028 public void setApplicationInfoBaseCodePath(String baseCodePath) { in setApplicationInfoBaseCodePath()
7087 public void setBaseCodePath(String baseCodePath) { in setBaseCodePath()
DApplicationInfo.java2731 /** {@hide} */ public void setBaseCodePath(String baseCodePath) { sourceDir = baseCodePath; } in setBaseCodePath()
/frameworks/base/core/java/android/app/
DResourcesManager.java1680 String baseCodePath = appInfo.getBaseCodePath(); in applyNewResourceDirsLocked() local