Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/om/
DOverlayInfo.java167 public final String baseCodePath; field in OverlayInfo
216 @NonNull String baseCodePath, int state, int userId, in OverlayInfo()
/frameworks/base/services/core/java/com/android/server/pm/dex/
DDexManager.java270 public void notifyPackageUpdated(String packageName, String baseCodePath, in notifyPackageUpdated()
318 private void cachePackageCodeLocation(String packageName, String baseCodePath, in cachePackageCodeLocation()
787 public PackageCodeLocations(String packageName, String baseCodePath, in PackageCodeLocations()
795 public void updateCodeLocation(String baseCodePath, String[] splitCodePaths) { in updateCodeLocation()
DDexoptUtils.java398 String baseCodePath = new File(info.getBaseCodePath()).getParent(); in getSplitRelativeCodePaths() local
/frameworks/base/services/core/java/com/android/server/om/
DOverlayManagerSettings.java71 @NonNull final String baseCodePath, boolean isStatic, int priority, in init()
441 final String baseCodePath = XmlUtils.readStringAttribute(parser, ATTR_BASE_CODE_PATH); in restoreRow() local
503 @Nullable final String targetOverlayableName, @NonNull final String baseCodePath, in SettingsItem()
521 @Nullable final String targetOverlayableName, @NonNull final String baseCodePath, in SettingsItem()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DPackageBuilder.java45 PackageBuilder setBaseCodePath(String baseCodePath) { in setBaseCodePath()
/frameworks/base/services/core/java/com/android/server/
DPinnerService.java589 String baseCodePath = appInfo.getBaseCodePath(); in pinApp() local
/frameworks/base/core/java/android/app/
DResourcesManager.java1154 String baseCodePath = appInfo.getBaseCodePath(); in applyNewResourceDirsLocked() local
/frameworks/base/core/java/android/content/pm/
DApplicationInfo.java2122 /** {@hide} */ public void setBaseCodePath(String baseCodePath) { sourceDir = baseCodePath; } in setBaseCodePath()
DPackageParser.java399 public final String baseCodePath; field in PackageParser.PackageLite
6489 public String baseCodePath; field in Package
6732 public void setApplicationInfoBaseCodePath(String baseCodePath) { in setApplicationInfoBaseCodePath()
6791 public void setBaseCodePath(String baseCodePath) { in setBaseCodePath()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerShellCommand.java1709 String baseCodePath = null; in runSnapshotProfile() local