Searched refs:homescreenApps (Results 1 – 1 of 1) sorted by relevance
114 ArrayList<ShortcutInfo> homescreenApps = new ArrayList<>(); in onLauncherAppsAdded() local127 … ((info.installTime <= folderCreationTime) ? workFolderApps : homescreenApps).add(si); in onLauncherAppsAdded()130 finalizeWorkFolder(user, workFolderApps, homescreenApps); in onLauncherAppsAdded()135 if (userAppsExisted && !homescreenApps.isEmpty() && mAddIconsToHomescreen) { in onLauncherAppsAdded()136 mModel.addAndBindAddedWorkspaceItems(new ArrayList<ItemInfo>(homescreenApps)); in onLauncherAppsAdded()149 ArrayList<ShortcutInfo> homescreenApps) { in finalizeWorkFolder() argument168 homescreenApps.addAll(0, workFolderApps); in finalizeWorkFolder()