Searched defs:baseCodePath (Results 1 – 9 of 9) sorted by relevance
| /frameworks/base/core/java/android/content/om/ |
| D | OverlayInfo.java | 167 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/ |
| D | DexManager.java | 299 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()
|
| D | DexoptUtils.java | 398 String baseCodePath = new File(info.getBaseCodePath()).getParent(); in getSplitRelativeCodePaths() local
|
| /frameworks/base/services/core/java/com/android/server/om/ |
| D | OverlayManagerSettings.java | 71 @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/ |
| D | PinnerService.java | 588 String baseCodePath = appInfo.getBaseCodePath(); in pinApp() local
|
| /frameworks/base/core/java/android/app/ |
| D | ResourcesManager.java | 1147 String baseCodePath = appInfo.getBaseCodePath(); in applyNewResourceDirsLocked() local
|
| /frameworks/base/core/java/android/content/pm/ |
| D | ApplicationInfo.java | 2120 /** {@hide} */ public void setBaseCodePath(String baseCodePath) { sourceDir = baseCodePath; } in setBaseCodePath()
|
| D | PackageParser.java | 396 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/ |
| D | PackageManagerShellCommand.java | 1547 String baseCodePath = null; in runSnapshotProfile() local
|