Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/pm/parsing/pkg/
H A DAndroidPackageUtils.java63 String[] splitCodePaths = pkg.getSplitCodePaths(); in getAllCodePathsExcludingResourceOnly() local
82 String[] splitCodePaths = pkg.getSplitCodePaths(); in getAllCodePaths() local
H A DParsedPackage.java64 ParsedPackage setSplitCodePaths(String[] splitCodePaths); in setSplitCodePaths()
H A DPackageImpl.java432 public PackageImpl setSplitCodePaths(@Nullable String[] splitCodePaths) { in setSplitCodePaths()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/dex/
H A DDexManager.java343 String[] splitCodePaths) { in notifyPackageUpdated()
391 String[] splitCodePaths, String[] dataDirs, int userId) { in cachePackageCodeLocation()
1089 String[] splitCodePaths) { in PackageCodeLocations()
1096 public void updateCodeLocation(String baseCodePath, String[] splitCodePaths) { in updateCodeLocation()
H A DArtManagerService.java235 String[] splitCodePaths = info.applicationInfo.getSplitCodePaths(); in snapshotAppProfile() local
530 String[] splitCodePaths = pkg.getSplitCodePaths(); in getPackageProfileNames() local
H A DDexoptUtils.java405 String[] splitCodePaths = pkg.getSplitCodePaths(); in getSplitRelativeCodePaths() local
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/
H A DDexoptUtilsTest.java79 String[] splitCodePaths = new String[]{ in createMockApplicationInfo() local
/aosp12/frameworks/base/core/java/android/content/pm/parsing/
H A DApkLiteParseUtils.java215 String[] splitCodePaths = null; in composePackageLiteFromApks() local
H A DParsingPackageImpl.java317 protected String[] splitCodePaths; field in ParsingPackageImpl
H A DParsingPackage.java122 String[] splitCodePaths, in asSplit()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageDexOptimizer.java245 String[] splitCodePaths = pkg.getSplitCodePaths(); in performDexOptLI() local
H A DPackageManagerService.java12115 String[] splitCodePaths = pkg.getSplitCodePaths(); in canSkipForcedPackageVerification() local
20078 final String[] splitCodePaths = request.installResult.pkg.getSplitCodePaths(); in installPackagesLI() local
/aosp12/frameworks/base/core/java/android/content/pm/
H A DApplicationInfo.java2516 …/** {@hide} */ public void setSplitCodePaths(String[] splitCodePaths) { splitSourceDirs = splitCod… in setSplitCodePaths()
H A DPackageParser.java397 public final String[] splitCodePaths; field in PackageParser.PackageLite
419 String[] configForSplit, String[] splitCodePaths, int[] splitRevisionCodes) { in PackageLite()
1027 String[] splitCodePaths = null; in parseClusterPackageLite() local
6730 public String[] splitCodePaths; field in PackageParser.Package
7004 public void setApplicationInfoSplitCodePaths(String[] splitCodePaths) { in setApplicationInfoSplitCodePaths()