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

  /frameworks/base/core/tests/coretests/src/android/content/pm/dex/
DexMetadataHelperTest.java 225 ApkLite baseApk = PackageParser.parseApkLite(is.getFD(), base.getAbsolutePath(), 0);
226 PackageLite pkgLite = new PackageLite(null, baseApk, null, null, null, null,
  /frameworks/base/core/java/android/content/pm/
PackageParser.java 425 public PackageLite(String codePath, ApkLite baseApk, String[] splitNames,
428 this.packageName = baseApk.packageName;
429 this.versionCode = baseApk.versionCode;
430 this.versionCodeMajor = baseApk.versionCodeMajor;
431 this.installLocation = baseApk.installLocation;
432 this.verifiers = baseApk.verifiers;
438 this.baseCodePath = baseApk.codePath;
440 this.baseRevisionCode = baseApk.revisionCode;
442 this.coreApp = baseApk.coreApp;
443 this.debuggable = baseApk.debuggable
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
PackageManagerShellCommand.java 331 ApkLite baseApk = PackageParser.parseApkLite(fd.getFileDescriptor(), inPath, 0);
332 PackageLite pkgLite = new PackageLite(null, baseApk, null, null, null, null,
    [all...]

Completed in 273 milliseconds