/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 | 360 public void notifyPackageUpdated(String packageName, String baseCodePath, in notifyPackageUpdated() 408 private void cachePackageCodeLocation(String packageName, String baseCodePath, in cachePackageCodeLocation() 1108 public PackageCodeLocations(String packageName, String baseCodePath, in PackageCodeLocations() 1116 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/core/java/android/content/pm/parsing/ |
D | FrameworkParsingPackageUtils.java | 227 String baseCodePath, boolean skipVerify, boolean isStaticSharedLibrary, in getSigningDetails()
|
D | ApkLiteParseUtils.java | 300 final String baseCodePath = apkRenamed ? new File(packageDir, in composePackageLiteFromApks() local
|
/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/services/core/java/com/android/server/pm/parsing/pkg/ |
D | PackageImpl.java | 60 public static PackageImpl forParsing(@NonNull String packageName, @NonNull String baseCodePath, in forParsing() 91 public static ParsingPackage forTesting(String packageName, String baseCodePath) { in forTesting()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | VerificationParams.java | 420 final String baseCodePath = mPackageLite.getBaseApkPath(); in sendPackageVerificationRequest() local
|
D | InstallPackageHelper.java | 1025 final String baseCodePath = request.mInstallResult.mPkg.getBaseApkPath(); in installPackagesLI() local
|
D | PackageManagerShellCommand.java | 2043 String baseCodePath = null; in runSnapshotProfile() local
|
/frameworks/base/services/core/java/com/android/server/ |
D | PinnerService.java | 765 String baseCodePath = appInfo.getBaseCodePath(); in pinApp() local
|
/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() 6784 public String baseCodePath; field in PackageParser.Package 7027 public void setApplicationInfoBaseCodePath(String baseCodePath) { in setApplicationInfoBaseCodePath() 7086 public void setBaseCodePath(String baseCodePath) { in setBaseCodePath()
|
D | ApplicationInfo.java | 2626 /** {@hide} */ public void setBaseCodePath(String baseCodePath) { sourceDir = baseCodePath; } in setBaseCodePath()
|
/frameworks/base/core/java/android/app/ |
D | ResourcesManager.java | 1472 String baseCodePath = appInfo.getBaseCodePath(); in applyNewResourceDirsLocked() local
|