Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/
DHealthDataCategoryPriorityHelper.java672 Map<Integer, Set<String>> allContributorApps = new HashMap<>(); in getAllContributorApps() local
679 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() local
697 for (Map.Entry<Integer, Set<String>> entry : allContributorApps.entrySet()) { in getAllInactiveApps()