Searched refs:lhsPkg (Results 1 – 1 of 1) sorted by relevance
722 final PackageParser.Package lhsPkg = mService.mPackages.get(lhs); in pruneInstantApps() local724 if (lhsPkg == null && rhsPkg == null) { in pruneInstantApps()726 } else if (lhsPkg == null) { in pruneInstantApps()731 if (lhsPkg.getLatestPackageUseTimeInMills() > in pruneInstantApps()734 } else if (lhsPkg.getLatestPackageUseTimeInMills() < in pruneInstantApps()738 if (lhsPkg.mExtras instanceof PackageSetting in pruneInstantApps()740 final PackageSetting lhsPs = (PackageSetting) lhsPkg.mExtras; in pruneInstantApps()