Searched refs:isUsedByOtherApps (Results 1 – 2 of 2) sorted by relevance
167 if (isProfileGuidedFilter && isUsedByOtherApps(pkg)) { in performDexOptLI()323 public static boolean isUsedByOtherApps(PackageParser.Package pkg) { in isUsedByOtherApps() method in PackageDexOptimizer
135 if (PackageDexOptimizer.isUsedByOtherApps(pkg)) { in getPackagesForDexopt()