/frameworks/base/core/java/android/content/om/ |
D | OverlayInfo.java | 182 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/ |
D | DexManager.java | 342 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()
|
D | DexoptUtils.java | 404 String baseCodePath = new File(pkg.getBaseApkPath()).getParent(); in getSplitRelativeCodePaths() local
|
/frameworks/base/services/core/java/com/android/server/pm/parsing/pkg/ |
D | PackageImpl.java | 58 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()
|
D | ParsedPackage.java | 46 ParsedPackage setBaseCodePath(String baseCodePath); in setBaseCodePath()
|
/frameworks/base/services/core/java/com/android/server/om/ |
D | OverlayManagerSettings.java | 76 @NonNull final String baseCodePath, boolean isMutable, boolean isEnabled, int priority, in init()
|
/frameworks/base/core/java/android/content/pm/parsing/ |
D | ApkLiteParseUtils.java | 240 final String baseCodePath = apkRenamed ? new File(packageDir, in composePackageLiteFromApks() local
|
/frameworks/base/services/core/java/com/android/server/ |
D | PinnerService.java | 729 String baseCodePath = appInfo.getBaseCodePath(); in pinApp() local
|
/frameworks/base/core/java/android/content/pm/ |
D | ApplicationInfo.java | 2515 /** {@hide} */ public void setBaseCodePath(String baseCodePath) { sourceDir = baseCodePath; } in setBaseCodePath()
|
D | PackageParser.java | 395 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/ |
D | ResourcesManager.java | 1466 String baseCodePath = appInfo.getBaseCodePath(); in applyNewResourceDirsLocked() local
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageManagerShellCommand.java | 1899 String baseCodePath = null; in runSnapshotProfile() local
|
D | PackageManagerService.java | 19948 final String baseCodePath = request.installResult.pkg.getBaseApkPath(); in installPackagesLI() local
|