Searched refs:sectionApps (Results 1 – 1 of 1) sorted by relevance
243 ArrayList<AppInfo> sectionApps = sectionMap.get(sectionName); in onAppsUpdated() local244 if (sectionApps == null) { in onAppsUpdated()245 sectionApps = new ArrayList<>(); in onAppsUpdated()246 sectionMap.put(sectionName, sectionApps); in onAppsUpdated()248 sectionApps.add(info); in onAppsUpdated()