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

  /frameworks/base/core/java/android/content/pm/
PackageParser.java 268 public PackageLite(String codePath, ApkLite baseApk, String[] splitNames,
270 this.packageName = baseApk.packageName;
271 this.versionCode = baseApk.versionCode;
272 this.installLocation = baseApk.installLocation;
273 this.verifiers = baseApk.verifiers;
276 this.baseCodePath = baseApk.codePath;
278 this.coreApp = baseApk.coreApp;
279 this.multiArch = baseApk.multiArch;
649 final ApkLite baseApk = parseApkLite(packageFile, flags);
651 return new PackageLite(packagePath, baseApk, null, null)
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
PackageInstallerSession.java 704 final ApkLite baseApk;
706 baseApk = PackageParser.parseApkLite(mResolvedBaseFile, 0);
723 final PackageLite pkg = new PackageLite(null, baseApk, null,
    [all...]

Completed in 54 milliseconds