Searched refs:launcherItemsMap (Results 1 – 2 of 2) sorted by relevance
64 Map<ComponentName, LauncherItem> launcherItemsMap = new HashMap<>(); in processAppsInfoFromPlatform() local70 launcherItemsMap.put(appMetaData.getComponentName(), nextItem); in processAppsInfoFromPlatform()73 mAppOrderController.loadAppListFromPlatform(launcherItemsMap, launcherItems); in processAppsInfoFromPlatform()
91 public void loadAppListFromPlatform(Map<ComponentName, LauncherItem> launcherItemsMap, in loadAppListFromPlatform() argument96 mLauncherItemMap.putAll(launcherItemsMap); in loadAppListFromPlatform()