Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/parsing/pkg/
DAndroidPackageUtils.java63 String[] splitCodePaths = pkg.getSplitCodePaths(); in getAllCodePathsExcludingResourceOnly() local
82 String[] splitCodePaths = pkg.getSplitCodePaths(); in getAllCodePaths() local
DParsedPackage.java64 ParsedPackage setSplitCodePaths(String[] splitCodePaths); in setSplitCodePaths()
DPackageImpl.java372 public PackageImpl setSplitCodePaths(@Nullable String[] splitCodePaths) { in setSplitCodePaths()
/frameworks/base/services/core/java/com/android/server/pm/dex/
DDexManager.java286 String[] splitCodePaths) { in notifyPackageUpdated()
334 String[] splitCodePaths, String[] dataDirs, int userId) { in cachePackageCodeLocation()
938 String[] splitCodePaths) { in PackageCodeLocations()
945 public void updateCodeLocation(String baseCodePath, String[] splitCodePaths) { in updateCodeLocation()
DDexoptUtils.java405 String[] splitCodePaths = pkg.getSplitCodePaths(); in getSplitRelativeCodePaths() local
DArtManagerService.java235 String[] splitCodePaths = info.applicationInfo.getSplitCodePaths(); in snapshotAppProfile() local
530 String[] splitCodePaths = pkg.getSplitCodePaths(); in getPackageProfileNames() local
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/
DDexoptUtilsTest.java79 String[] splitCodePaths = new String[]{ in createMockApplicationInfo() local
/frameworks/base/core/java/android/content/pm/parsing/
DApkLiteParseUtils.java173 String[] splitCodePaths = null; in parseClusterPackageLite() local
DParsingPackageImpl.java301 protected String[] splitCodePaths; field in ParsingPackageImpl
DParsingPackage.java111 String[] splitCodePaths, in asSplit()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageDexOptimizer.java198 String[] splitCodePaths = pkg.getSplitCodePaths(); in performDexOptLI() local
DPackageManagerService.java9287 String[] splitCodePaths = pkg.getSplitCodePaths(); in canSkipForcedPackageVerification() local
16966 final String[] splitCodePaths = request.installResult.pkg.getSplitCodePaths(); in installPackagesLI() local
/frameworks/base/core/java/android/content/pm/
DApplicationInfo.java2225 …/** {@hide} */ public void setSplitCodePaths(String[] splitCodePaths) { splitSourceDirs = splitCod… in setSplitCodePaths()
DPackageParser.java394 public final String[] splitCodePaths; field in PackageParser.PackageLite
410 String[] splitCodePaths, int[] splitRevisionCodes) { in PackageLite()
1003 String[] splitCodePaths = null; in parseClusterPackageLite() local
6622 public String[] splitCodePaths; field in Package
6896 public void setApplicationInfoSplitCodePaths(String[] splitCodePaths) { in setApplicationInfoSplitCodePaths()