Home | History | Annotate | Download | only in launcher2

Lines Matching full:apps

73     private int mBatchSize; // 0 is all apps at once
135 public void bindAllApplications(ArrayList<ApplicationInfo> apps);
136 public void bindAppsAdded(ArrayList<ApplicationInfo> apps);
137 public void bindAppsUpdated(ArrayList<ApplicationInfo> apps);
138 public void bindAppsRemoved(ArrayList<ApplicationInfo> apps, boolean permanent);
202 // From all apps
615 // First, schedule to add these apps back in.
625 // If we have changed locale we need to clear out the labels in all apps/workspace.
629 // and we would need to clear out the labels in all apps/workspace. Same handling as
633 Log.d(TAG, "Reload apps on config change. curr_mcc:"
734 * - all apps icons
776 // This way we don't start loading all apps until the workspace has settled
810 // All Apps interface in the foreground, load All Apps first. Otherwise, load the
828 if (DEBUG_LOADERS) Log.d(TAG, "step 1: special: loading all apps");
848 if (DEBUG_LOADERS) Log.d(TAG, "step 2: loading all apps");
1361 Log.d(TAG, "bound all " + list.size() + " apps from cache in "
1385 List<ResolveInfo> apps = null;
1396 apps = packageManager.queryIntentActivities(mainIntent, 0);
1401 if (apps == null) {
1404 N = apps.size();
1406 Log.d(TAG, "queryIntentActivities got " + N + " apps");
1409 // There are no apps?!?
1419 Collections.sort(apps,
1432 mAllAppsList.add(new ApplicationInfo(packageManager, apps.get(i),
1452 Log.d(TAG, "bound " + added.size() + " apps in "
1456 Log.i(TAG, "not binding apps: no Launcher activity");
1477 Log.d(TAG, "cached all " + N + " apps in "
1652 // to avoid saving lots of copies of that in the database, and most apps
1895 // If apps can't be on SD, don't even bother.