HomeSort by relevance Sort by last modified time
    Searched refs:splitCodePaths (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/android/content/pm/
ApplicationInfo.java     [all...]
PackageParser.java 263 public final String[] splitCodePaths;
269 String[] splitCodePaths) {
277 this.splitCodePaths = splitCodePaths;
285 if (!ArrayUtils.isEmpty(splitCodePaths)) {
286 Collections.addAll(paths, splitCodePaths);
707 String[] splitCodePaths = null;
710 splitCodePaths = new String[size];
716 splitCodePaths[i] = apks.get(splitNames[i]).codePath;
721 return new PackageLite(codePath, baseApk, splitNames, splitCodePaths);
    [all...]
  /frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
DefaultContainerService.java 332 copyFile(pkg.splitCodePaths[i], targetDir,
369 copyFile(pkg.splitCodePaths[i], target, "split_" + pkg.splitNames[i] + ".apk");
  /frameworks/base/services/core/java/com/android/server/pm/
PackageInstallerSession.java 671 final File splitFile = new File(existing.splitCodePaths[i]);
    [all...]
PackageManagerService.java     [all...]

Completed in 683 milliseconds