/aosp14/frameworks/base/core/java/android/content/om/ |
H A D | OverlayInfo.java | 198 public final String baseCodePath; field in OverlayInfo 256 @NonNull String baseCodePath, int state, int userId, int priority, boolean isMutable) { in OverlayInfo() 265 @Nullable String category, @NonNull String baseCodePath, int state, int userId, in OverlayInfo()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/dex/ |
H A D | DexManager.java | 349 public void notifyPackageUpdated(String packageName, String baseCodePath, in notifyPackageUpdated() 395 private void cachePackageCodeLocation(String packageName, String baseCodePath, in cachePackageCodeLocation() 911 public PackageCodeLocations(String packageName, String baseCodePath, in PackageCodeLocations() 919 public void updateCodeLocation(String baseCodePath, String[] splitCodePaths) { in updateCodeLocation()
|
H A D | DexoptUtils.java | 405 String baseCodePath = new File(pkg.getBaseApkPath()).getParent(); in getSplitRelativeCodePaths() local
|
/aosp14/frameworks/base/core/java/android/content/pm/parsing/ |
H A D | FrameworkParsingPackageUtils.java | 227 String baseCodePath, boolean skipVerify, boolean isStaticSharedLibrary, in getSigningDetails()
|
H A D | ApkLiteParseUtils.java | 301 final String baseCodePath = apkRenamed ? new File(packageDir, in composePackageLiteFromApks() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/om/ |
H A D | OverlayManagerSettings.java | 76 @NonNull final String baseCodePath, boolean isMutable, boolean isEnabled, int priority, in init()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | VerifyingSession.java | 454 final String baseCodePath = mPackageLite.getBaseApkPath(); in sendPackageVerificationRequest() local
|
H A D | InstallPackageHelper.java | 1053 final String baseCodePath = request.getPkg().getBaseApkPath(); in installPackagesLI() local
|
H A D | PackageManagerShellCommand.java | 2169 String baseCodePath = null; in runSnapshotProfile() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/parsing/pkg/ |
H A D | PackageImpl.java | 418 public static PackageImpl forParsing(@NonNull String packageName, @NonNull String baseCodePath, in forParsing() 449 public static ParsingPackage forTesting(String packageName, String baseCodePath) { in forTesting()
|
/aosp14/frameworks/base/services/core/java/com/android/server/ |
H A D | PinnerService.java | 820 String baseCodePath = appInfo.getBaseCodePath(); in pinApp() local
|
/aosp14/frameworks/base/core/java/android/content/pm/ |
H A D | PackageParser.java | 403 public final String baseCodePath; field in PackageParser.PackageLite 425 public PackageLite(String codePath, String baseCodePath, ApkLite baseApk, in PackageLite() 6784 public String baseCodePath; field in PackageParser.Package 7027 public void setApplicationInfoBaseCodePath(String baseCodePath) { in setApplicationInfoBaseCodePath() 7086 public void setBaseCodePath(String baseCodePath) { in setBaseCodePath()
|
H A D | ApplicationInfo.java | 2664 /** {@hide} */ public void setBaseCodePath(String baseCodePath) { sourceDir = baseCodePath; } in setBaseCodePath()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | ResourcesManager.java | 1479 String baseCodePath = appInfo.getBaseCodePath(); in applyNewResourceDirsLocked() local
|