Home | History | Annotate | Download | only in launcher3

Lines Matching refs:apps

244             // Query for the set of apps
245 final List<LauncherActivityInfo> apps = mLauncherApps.getActivityList(null, user);
246 // Fail if we don't have any apps
248 if (apps == null || apps.isEmpty()) {
254 updateDBIcons(user, apps, Process.myUserHandle().equals(user)
260 * Updates the persistent DB, such that only entries corresponding to {@param apps} remain in
264 private void updateDBIcons(UserHandle user, List<LauncherActivityInfo> apps,
274 for (LauncherActivityInfo app : apps) {
340 // Insert remaining apps.