Home
last modified time | relevance | path

Searched defs:baseCodePath (Results 1 – 14 of 14) sorted by relevance

/aosp14/frameworks/base/core/java/android/content/om/
H A DOverlayInfo.java198 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 DDexManager.java349 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 DDexoptUtils.java405 String baseCodePath = new File(pkg.getBaseApkPath()).getParent(); in getSplitRelativeCodePaths() local
/aosp14/frameworks/base/core/java/android/content/pm/parsing/
H A DFrameworkParsingPackageUtils.java227 String baseCodePath, boolean skipVerify, boolean isStaticSharedLibrary, in getSigningDetails()
H A DApkLiteParseUtils.java301 final String baseCodePath = apkRenamed ? new File(packageDir, in composePackageLiteFromApks() local
/aosp14/frameworks/base/services/core/java/com/android/server/om/
H A DOverlayManagerSettings.java76 @NonNull final String baseCodePath, boolean isMutable, boolean isEnabled, int priority, in init()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DVerifyingSession.java454 final String baseCodePath = mPackageLite.getBaseApkPath(); in sendPackageVerificationRequest() local
H A DInstallPackageHelper.java1053 final String baseCodePath = request.getPkg().getBaseApkPath(); in installPackagesLI() local
H A DPackageManagerShellCommand.java2169 String baseCodePath = null; in runSnapshotProfile() local
/aosp14/frameworks/base/services/core/java/com/android/server/pm/parsing/pkg/
H A DPackageImpl.java418 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 DPinnerService.java820 String baseCodePath = appInfo.getBaseCodePath(); in pinApp() local
/aosp14/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java403 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 DApplicationInfo.java2664 /** {@hide} */ public void setBaseCodePath(String baseCodePath) { sourceDir = baseCodePath; } in setBaseCodePath()
/aosp14/frameworks/base/core/java/android/app/
H A DResourcesManager.java1479 String baseCodePath = appInfo.getBaseCodePath(); in applyNewResourceDirsLocked() local