Home
last modified time | relevance | path

Searched refs:lhsPkg (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DInstantAppRegistry.java722 final PackageParser.Package lhsPkg = mService.mPackages.get(lhs); in pruneInstantApps() local
724 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()