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.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.java342 public void notifyPackageUpdated(String packageName, String baseCodePath, in notifyPackageUpdated()
390 private void cachePackageCodeLocation(String packageName, String baseCodePath, in cachePackageCodeLocation()
1088 public PackageCodeLocations(String packageName, String baseCodePath, in PackageCodeLocations()
1096 public void updateCodeLocation(String baseCodePath, String[] splitCodePaths) { in updateCodeLocation()
DDexoptUtils.java404 String baseCodePath = new File(pkg.getBaseApkPath()).getParent(); in getSplitRelativeCodePaths() local
/frameworks/base/services/core/java/com/android/server/pm/parsing/pkg/
DPackageImpl.java58 public static PackageImpl forParsing(@NonNull String packageName, @NonNull String baseCodePath, in forParsing()
86 public static ParsingPackage forTesting(String packageName, String baseCodePath) { in forTesting()
384 public PackageImpl setBaseCodePath(@NonNull String baseCodePath) { in setBaseCodePath()
DParsedPackage.java46 ParsedPackage setBaseCodePath(String baseCodePath); in setBaseCodePath()
/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/core/java/android/content/pm/parsing/
DApkLiteParseUtils.java240 final String baseCodePath = apkRenamed ? new File(packageDir, in composePackageLiteFromApks() local
/frameworks/base/services/core/java/com/android/server/
DPinnerService.java729 String baseCodePath = appInfo.getBaseCodePath(); in pinApp() local
/frameworks/base/core/java/android/content/pm/
DApplicationInfo.java2515 /** {@hide} */ public void setBaseCodePath(String baseCodePath) { sourceDir = baseCodePath; } in setBaseCodePath()
DPackageParser.java395 public final String baseCodePath; field in PackageParser.PackageLite
417 public PackageLite(String codePath, String baseCodePath, ApkLite baseApk, in PackageLite()
6728 public String baseCodePath; field in PackageParser.Package
6971 public void setApplicationInfoBaseCodePath(String baseCodePath) { in setApplicationInfoBaseCodePath()
7030 public void setBaseCodePath(String baseCodePath) { in setBaseCodePath()
/frameworks/base/core/java/android/app/
DResourcesManager.java1466 String baseCodePath = appInfo.getBaseCodePath(); in applyNewResourceDirsLocked() local
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerShellCommand.java1899 String baseCodePath = null; in runSnapshotProfile() local
DPackageManagerService.java19948 final String baseCodePath = request.installResult.pkg.getBaseApkPath(); in installPackagesLI() local