Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/parsing/pkg/
DAndroidPackageUtils.java64 String[] splitCodePaths = pkg.getSplitCodePaths(); in getAllCodePathsExcludingResourceOnly() local
83 String[] splitCodePaths = pkg.getSplitCodePaths(); in getAllCodePaths() local
DParsedPackage.java61 ParsedPackage setSplitCodePaths(String[] splitCodePaths); in setSplitCodePaths()
DPackageImpl.java426 public PackageImpl setSplitCodePaths(@Nullable String[] splitCodePaths) { in setSplitCodePaths()
/frameworks/base/services/core/java/com/android/server/pm/dex/
DDexManager.java361 String[] splitCodePaths) { in notifyPackageUpdated()
409 String[] splitCodePaths, String[] dataDirs, int userId) { in cachePackageCodeLocation()
1109 String[] splitCodePaths) { in PackageCodeLocations()
1116 public void updateCodeLocation(String baseCodePath, String[] splitCodePaths) { in updateCodeLocation()
DDexoptUtils.java405 String[] splitCodePaths = pkg.getSplitCodePaths(); in getSplitRelativeCodePaths() local
DArtManagerService.java240 String[] splitCodePaths = info.applicationInfo.getSplitCodePaths(); in snapshotAppProfile() local
528 String[] splitCodePaths = pkg.getSplitCodePaths(); in getPackageProfileNames() local
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/
DDexoptUtilsTest.java81 String[] splitCodePaths = new String[]{ in createMockApplicationInfo() local
/frameworks/base/services/core/java/com/android/server/pm/
DVerificationParams.java421 final String[] splitCodePaths = mPackageLite.getSplitApkPaths(); in sendPackageVerificationRequest() local
DPackageDexOptimizer.java289 String[] splitCodePaths = pkg.getSplitCodePaths(); in performDexOptLI() local
DInstallPackageHelper.java1026 final String[] splitCodePaths = request.mInstallResult.mPkg.getSplitCodePaths(); in installPackagesLI() local
4024 String[] splitCodePaths = pkg.getSplitCodePaths(); in canSkipForcedPackageVerification() local
/frameworks/base/core/java/android/content/pm/parsing/
DApkLiteParseUtils.java271 String[] splitCodePaths = null; in composePackageLiteFromApks() local
/frameworks/base/services/core/java/com/android/server/pm/pkg/parsing/
DParsingPackageImpl.java343 protected String[] splitCodePaths; field in ParsingPackageImpl
DParsingPackage.java127 String[] splitCodePaths, in asSplit()
/frameworks/base/core/java/android/content/pm/
DPackageParser.java405 public final String[] splitCodePaths; field in PackageParser.PackageLite
427 String[] configForSplit, String[] splitCodePaths, int[] splitRevisionCodes) { in PackageLite()
1049 String[] splitCodePaths = null; in parseClusterPackageLite() local
6786 public String[] splitCodePaths; field in PackageParser.Package
7060 public void setApplicationInfoSplitCodePaths(String[] splitCodePaths) { in setApplicationInfoSplitCodePaths()
DApplicationInfo.java2627 …/** {@hide} */ public void setSplitCodePaths(String[] splitCodePaths) { splitSourceDirs = splitCod… in setSplitCodePaths()