Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAlphabeticalAppsList.java362 TreeMap<String, ArrayList<AppInfo>> sectionMap = new TreeMap<>(new LabelComparator()); in onAppsUpdated() local
368 ArrayList<AppInfo> sectionApps = sectionMap.get(sectionName); in onAppsUpdated()
371 sectionMap.put(sectionName, sectionApps); in onAppsUpdated()
378 for (Map.Entry<String, ArrayList<AppInfo>> entry : sectionMap.entrySet()) { in onAppsUpdated()