Searched refs:sectionApps (Results 1 – 1 of 1) sorted by relevance
363 ArrayList<AppInfo> sectionApps = sectionMap.get(sectionName); in onAppsUpdated() local364 if (sectionApps == null) { in onAppsUpdated()365 sectionApps = new ArrayList<>(); in onAppsUpdated()366 sectionMap.put(sectionName, sectionApps); in onAppsUpdated()368 sectionApps.add(info); in onAppsUpdated()