Home | History | Annotate | Download | only in pm

Lines Matching refs:pkgLite

12830         private int installLocationPolicy(PackageInfoLite pkgLite) {
12831 String packageName = pkgLite.packageName;
12832 int installLocation = pkgLite.installLocation;
12874 checkDowngrade(dataOwnerPkg, pkgLite);
12921 return pkgLite.recommendedInstallLocation;
12949 PackageInfoLite pkgLite = null;
12959 pkgLite = mContainerService.getMinimalPackageInfo(origin.resolvedPath, installFlags,
12963 Slog.v(TAG, "pkgLite for install: " + pkgLite);
12970 if (!origin.staged && pkgLite.recommendedInstallLocation
12982 pkgLite = mContainerService.getMinimalPackageInfo(origin.resolvedPath,
12995 if (pkgLite.recommendedInstallLocation
12997 pkgLite.recommendedInstallLocation
13004 int loc = pkgLite.recommendedInstallLocation;
13019 loc = installLocationPolicy(pkgLite);
13078 + verification.toString() + " with " + pkgLite.verifiers.length
13093 pkgLite.packageName);
13096 pkgLite.versionCode);
13122 final List<ComponentName> sufficientVerifiers = matchVerifiers(pkgLite,