HomeSort by relevance Sort by last modified time
    Searched full:remainingpkgs (Results 1 - 1 of 1) sorted by null

  /frameworks/base/services/core/java/com/android/server/pm/
PackageManagerServiceUtils.java 105 ArrayList<PackageParser.Package> remainingPkgs = new ArrayList<>(packages);
109 for (PackageParser.Package pkg : remainingPkgs) {
117 remainingPkgs.removeAll(result);
122 for (PackageParser.Package pkg : remainingPkgs) {
131 remainingPkgs.removeAll(result);
134 for (PackageParser.Package pkg : remainingPkgs) {
143 remainingPkgs.removeAll(result);
147 if (!remainingPkgs.isEmpty() && packageManagerService.isHistoricalPackageUsageAvailable()) {
152 PackageParser.Package lastUsed = Collections.max(remainingPkgs, (pkg1, pkg2) ->
162 filterRecentlyUsedApps(remainingPkgs, estimatedPreviousSystemUseTime
    [all...]

Completed in 227 milliseconds