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