Home
last modified time | relevance | path

Searched defs:baseCodePath (Results 1 – 9 of 9) 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.java299 public void notifyPackageUpdated(String packageName, String baseCodePath, in notifyPackageUpdated()
347 private void cachePackageCodeLocation(String packageName, String baseCodePath, in cachePackageCodeLocation()
816 public PackageCodeLocations(String packageName, String baseCodePath, in PackageCodeLocations()
824 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/core/java/com/android/server/
DPinnerService.java588 String baseCodePath = appInfo.getBaseCodePath(); in pinApp() local
/frameworks/base/core/java/android/app/
DResourcesManager.java1147 String baseCodePath = appInfo.getBaseCodePath(); in applyNewResourceDirsLocked() local
/frameworks/base/core/java/android/content/pm/
DApplicationInfo.java2120 /** {@hide} */ public void setBaseCodePath(String baseCodePath) { sourceDir = baseCodePath; } in setBaseCodePath()
DPackageParser.java396 public final String baseCodePath; field in PackageParser.PackageLite
6431 public String baseCodePath; field in Package
6674 public void setApplicationInfoBaseCodePath(String baseCodePath) { in setApplicationInfoBaseCodePath()
6733 public void setBaseCodePath(String baseCodePath) { in setBaseCodePath()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerShellCommand.java1547 String baseCodePath = null; in runSnapshotProfile() local