Searched refs:pkgLite (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/java/com/android/server/pm/
H A DPackageManagerService.java6211 private int installLocationPolicy(PackageInfoLite pkgLite, int flags) { argument
6212 String packageName = pkgLite.packageName;
6213 int installLocation = pkgLite.installLocation;
6222 if (pkgLite.versionCode < pkg.mVersionCode) {
6224 + " update version " + pkgLite.versionCode
6267 return pkgLite.recommendedInstallLocation;
6280 PackageInfoLite pkgLite = null;
6335 pkgLite = mContainerService.getMinimalPackageInfo(packageFilePath, flags,
6342 if (pkgLite.recommendedInstallLocation
6347 pkgLite
[all...]

Completed in 85 milliseconds