Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/om/
DOverlayInfo.java182 public final String baseCodePath; field in OverlayInfo
240 @NonNull String baseCodePath, int state, int userId, int priority, boolean isMutable) { in OverlayInfo()
249 @Nullable String category, @NonNull String baseCodePath, int state, int userId, in OverlayInfo()
/frameworks/base/services/core/java/com/android/server/pm/dex/
DDexManager.java360 public void notifyPackageUpdated(String packageName, String baseCodePath, in notifyPackageUpdated()
408 private void cachePackageCodeLocation(String packageName, String baseCodePath, in cachePackageCodeLocation()
1108 public PackageCodeLocations(String packageName, String baseCodePath, in PackageCodeLocations()
1116 public void updateCodeLocation(String baseCodePath, String[] splitCodePaths) { in updateCodeLocation()
DDexoptUtils.java404 String baseCodePath = new File(pkg.getBaseApkPath()).getParent(); in getSplitRelativeCodePaths() local
/frameworks/base/core/java/android/content/pm/parsing/
DFrameworkParsingPackageUtils.java227 String baseCodePath, boolean skipVerify, boolean isStaticSharedLibrary, in getSigningDetails()
DApkLiteParseUtils.java300 final String baseCodePath = apkRenamed ? new File(packageDir, in composePackageLiteFromApks() local
/frameworks/base/services/core/java/com/android/server/om/
DOverlayManagerSettings.java76 @NonNull final String baseCodePath, boolean isMutable, boolean isEnabled, int priority, in init()
/frameworks/base/services/core/java/com/android/server/pm/parsing/pkg/
DPackageImpl.java60 public static PackageImpl forParsing(@NonNull String packageName, @NonNull String baseCodePath, in forParsing()
91 public static ParsingPackage forTesting(String packageName, String baseCodePath) { in forTesting()
/frameworks/base/services/core/java/com/android/server/pm/
DVerificationParams.java420 final String baseCodePath = mPackageLite.getBaseApkPath(); in sendPackageVerificationRequest() local
DInstallPackageHelper.java1025 final String baseCodePath = request.mInstallResult.mPkg.getBaseApkPath(); in installPackagesLI() local
DPackageManagerShellCommand.java2043 String baseCodePath = null; in runSnapshotProfile() local
/frameworks/base/services/core/java/com/android/server/
DPinnerService.java765 String baseCodePath = appInfo.getBaseCodePath(); in pinApp() local
/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()
6784 public String baseCodePath; field in PackageParser.Package
7027 public void setApplicationInfoBaseCodePath(String baseCodePath) { in setApplicationInfoBaseCodePath()
7086 public void setBaseCodePath(String baseCodePath) { in setBaseCodePath()
DApplicationInfo.java2626 /** {@hide} */ public void setBaseCodePath(String baseCodePath) { sourceDir = baseCodePath; } in setBaseCodePath()
/frameworks/base/core/java/android/app/
DResourcesManager.java1472 String baseCodePath = appInfo.getBaseCodePath(); in applyNewResourceDirsLocked() local