Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/dex/
DDexManager.java300 String[] splitCodePaths) { in notifyPackageUpdated()
348 String[] splitCodePaths, String[] dataDirs, int userId) { in cachePackageCodeLocation()
817 String[] splitCodePaths) { in PackageCodeLocations()
824 public void updateCodeLocation(String baseCodePath, String[] splitCodePaths) { in updateCodeLocation()
DDexoptUtils.java399 String[] splitCodePaths = info.getSplitCodePaths(); in getSplitRelativeCodePaths() local
DArtManagerService.java229 String[] splitCodePaths = info.applicationInfo.getSplitCodePaths(); in snapshotAppProfile() local
/frameworks/base/services/core/java/com/android/server/pm/
DPackageDexOptimizer.java185 String[] splitCodePaths = pkg.applicationInfo.getSplitCodePaths(); in performDexOptLI() local
/frameworks/base/core/java/android/content/pm/
DApplicationInfo.java2121 …/** {@hide} */ public void setSplitCodePaths(String[] splitCodePaths) { splitSourceDirs = splitCod… in setSplitCodePaths()
DPackageParser.java398 public final String[] splitCodePaths; field in PackageParser.PackageLite
414 String[] splitCodePaths, int[] splitRevisionCodes) { in PackageLite()
963 String[] splitCodePaths = null; in parseClusterPackageLite() local
6433 public String[] splitCodePaths; field in Package
6707 public void setApplicationInfoSplitCodePaths(String[] splitCodePaths) { in setApplicationInfoSplitCodePaths()