/frameworks/base/core/java/android/content/om/ |
D | OverlayInfo.java | 201 public final String baseCodePath; field in OverlayInfo 265 @NonNull String baseCodePath, int state, int userId, int priority, boolean isMutable) { in OverlayInfo() 274 @Nullable String category, @NonNull String baseCodePath, int state, int userId, in OverlayInfo() 284 @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 | 334 public void notifyPackageUpdated(String packageName, String baseCodePath, in notifyPackageUpdated() 380 private void cachePackageCodeLocation(String packageName, String baseCodePath, in cachePackageCodeLocation() 720 public PackageCodeLocations(String packageName, String baseCodePath, in PackageCodeLocations() 728 public void updateCodeLocation(String baseCodePath, String[] splitCodePaths) { in updateCodeLocation()
|
D | DexoptUtils.java | 405 String baseCodePath = new File(pkg.getBaseApkPath()).getParent(); in getSplitRelativeCodePaths() local
|
/frameworks/base/core/java/com/android/internal/pm/parsing/ |
D | PackageParser2.java | 193 @NonNull String baseCodePath, @NonNull String codePath, in startParsingPackage()
|
/frameworks/base/core/java/android/content/pm/parsing/ |
D | FrameworkParsingPackageUtils.java | 227 String baseCodePath, boolean skipVerify, boolean isStaticSharedLibrary, in getSigningDetails()
|
D | ApkLiteParseUtils.java | 314 final String baseCodePath = apkRenamed ? new File(packageDir, in composePackageLiteFromApks() local
|
/frameworks/base/services/core/java/com/android/server/om/ |
D | OverlayManagerSettings.java | 78 @NonNull final String baseCodePath, boolean isMutable, boolean isEnabled, int priority, in init()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | VerifyingSession.java | 370 final String baseCodePath = mPackageLite.getBaseApkPath(); in sendPackageVerificationRequest() local
|
D | InstallPackageHelper.java | 1416 final String baseCodePath = request.getPkg().getBaseApkPath(); in completeInstallProcess() local
|
/frameworks/base/core/java/com/android/internal/pm/parsing/pkg/ |
D | PackageImpl.java | 438 public static PackageImpl forParsing(@NonNull String packageName, @NonNull String baseCodePath, in forParsing() 471 public static ParsingPackage forTesting(String packageName, String baseCodePath) { in forTesting()
|
/frameworks/base/core/java/android/content/pm/ |
D | PackageParser.java | 403 public final String baseCodePath; field in PackageParser.PackageLite 425 public PackageLite(String codePath, String baseCodePath, ApkLite baseApk, in PackageLite() 6785 public String baseCodePath; field in PackageParser.Package 7028 public void setApplicationInfoBaseCodePath(String baseCodePath) { in setApplicationInfoBaseCodePath() 7087 public void setBaseCodePath(String baseCodePath) { in setBaseCodePath()
|
D | ApplicationInfo.java | 2851 /** {@hide} */ public void setBaseCodePath(String baseCodePath) { sourceDir = baseCodePath; } in setBaseCodePath()
|
/frameworks/base/core/java/android/app/ |
D | ResourcesManager.java | 1748 String baseCodePath = appInfo.getBaseCodePath(); in applyNewResourceDirsLocked() local
|