Searched refs:sectionApps (Results 1 – 1 of 1) sorted by relevance
269 ArrayList<AppInfo> sectionApps = sectionMap.get(sectionName); in onAppsUpdated() local270 if (sectionApps == null) { in onAppsUpdated()271 sectionApps = new ArrayList<>(); in onAppsUpdated()272 sectionMap.put(sectionName, sectionApps); in onAppsUpdated()274 sectionApps.add(info); in onAppsUpdated()