Home | History | Annotate | Download | only in launcher3

Lines Matching defs:apps

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