Searched refs:lhsPkg (Results 1 – 1 of 1) sorted by relevance
723 final PackageParser.Package lhsPkg = mService.mPackages.get(lhs); in pruneInstantApps() local725 if (lhsPkg == null && rhsPkg == null) { in pruneInstantApps()727 } else if (lhsPkg == null) { in pruneInstantApps()732 if (lhsPkg.getLatestPackageUseTimeInMills() > in pruneInstantApps()735 } else if (lhsPkg.getLatestPackageUseTimeInMills() < in pruneInstantApps()739 if (lhsPkg.mExtras instanceof PackageSetting in pruneInstantApps()741 final PackageSetting lhsPs = (PackageSetting) lhsPkg.mExtras; in pruneInstantApps()