Lines Matching defs: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);
203 // From all apps
628 // First, schedule to add these apps back in.
638 // If we have changed locale we need to clear out the labels in all apps/workspace.
642 // and we would need to clear out the labels in all apps/workspace. Same handling as
646 Log.d(TAG, "Reload apps on config change. curr_mcc:"
761 * - all apps icons
810 // This way we don't start loading all apps until the workspace has settled
862 if (DEBUG_LOADERS) Log.d(TAG, "step 1: special: loading all apps");
882 if (DEBUG_LOADERS) Log.d(TAG, "step 2: loading all apps");
1446 Log.d(TAG, "bound all " + list.size() + " apps from cache in "
1470 List<ResolveInfo> apps = null;
1481 apps = packageManager.queryIntentActivities(mainIntent, 0);
1486 if (apps == null) {
1489 N = apps.size();
1491 Log.d(TAG, "queryIntentActivities got " + N + " apps");
1494 // There are no apps?!?
1504 Collections.sort(apps,
1517 mAllAppsList.add(new ApplicationInfo(packageManager, apps.get(i),
1537 Log.d(TAG, "bound " + added.size() + " apps in "
1541 Log.i(TAG, "not binding apps: no Launcher activity");
1562 Log.d(TAG, "cached all " + N + " apps in "
1755 // to avoid saving lots of copies of that in the database, and most apps
2019 // If apps can't be on SD, don't even bother.