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

  /frameworks/base/services/core/java/com/android/server/pm/
PackageInstallerSession.java     [all...]
PackageManagerShellCommand.java 153 ApkLite baseApk = PackageParser.parseApkLite(file, 0);
154 PackageLite pkgLite = new PackageLite(null, baseApk, null, null, null);
    [all...]
  /frameworks/base/core/java/android/content/pm/
PackageParser.java 349 public PackageLite(String codePath, ApkLite baseApk, String[] splitNames,
351 this.packageName = baseApk.packageName;
352 this.versionCode = baseApk.versionCode;
353 this.installLocation = baseApk.installLocation;
354 this.verifiers = baseApk.verifiers;
357 this.baseCodePath = baseApk.codePath;
359 this.baseRevisionCode = baseApk.revisionCode;
361 this.coreApp = baseApk.coreApp;
362 this.multiArch = baseApk.multiArch;
363 this.use32bitAbi = baseApk.use32bitAbi
    [all...]
  /frameworks/base/cmds/pm/src/com/android/commands/pm/
Pm.java 377 ApkLite baseApk = PackageParser.parseApkLite(file, 0);
378 PackageLite pkgLite = new PackageLite(null, baseApk, null, null, null);
    [all...]

Completed in 646 milliseconds