Searched refs:sectionMap (Results 1 – 1 of 1) sorted by relevance
263 TreeMap<String, ArrayList<AppInfo>> sectionMap = new TreeMap<>(new LabelComparator()); in onAppsUpdated() local269 ArrayList<AppInfo> sectionApps = sectionMap.get(sectionName); in onAppsUpdated()272 sectionMap.put(sectionName, sectionApps); in onAppsUpdated()279 for (Map.Entry<String, ArrayList<AppInfo>> entry : sectionMap.entrySet()) { in onAppsUpdated()