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