Searched refs:allContributorApps (Results 1 – 1 of 1) sorted by relevance
672 Map<Integer, Set<String>> allContributorApps = new HashMap<>(); in getAllContributorApps() local679 allContributorApps.getOrDefault(recordCategory, new HashSet<>()); in getAllContributorApps()681 allContributorApps.put(recordCategory, currentPackages); in getAllContributorApps()684 return allContributorApps; in getAllContributorApps()694 Map<Integer, Set<String>> allContributorApps = getAllContributorApps(); in getAllInactiveApps() local697 for (Map.Entry<Integer, Set<String>> entry : allContributorApps.entrySet()) { in getAllInactiveApps()