Home | History | Annotate | Download | only in launcher2

Lines Matching refs:apps

77     private int mBatchSize; // 0 is all apps at once
158 public void bindAllApplications(ArrayList<ApplicationInfo> apps);
159 public void bindAppsAdded(ArrayList<ApplicationInfo> apps);
160 public void bindAppsUpdated(ArrayList<ApplicationInfo> apps);
261 // From all apps
820 // First, schedule to add these apps back in.
830 // If we have changed locale we need to clear out the labels in all apps/workspace.
834 // and we would need to clear out the labels in all apps/workspace. Same handling as
838 Log.d(TAG, "Reload apps on config change. curr_mcc:"
971 * - all apps icons
1020 // This way we don't start loading all apps until the workspace has settled
1095 // All Apps interface in the foreground, load All Apps first. Otherwise, load the
1113 if (DEBUG_LOADERS) Log.d(TAG, "step 1: special: loading all apps");
1133 if (DEBUG_LOADERS) Log.d(TAG, "step 2: loading all apps");
1852 Log.d(TAG, "bound all " + list.size() + " apps from cache in "
1881 List<ResolveInfo> apps = null;
1892 apps = packageManager.queryIntentActivities(mainIntent, 0);
1897 if (apps == null) {
1900 N = apps.size();
1902 Log.d(TAG, "queryIntentActivities got " + N + " apps");
1905 // There are no apps?!?
1915 Collections.sort(apps,
1928 mBgAllAppsList.add(new ApplicationInfo(packageManager, apps.get(i),
1948 Log.d(TAG, "bound " + added.size() + " apps in "
1952 Log.i(TAG, "not binding apps: no Launcher activity");
1973 Log.d(TAG, "cached all " + N + " apps in "
2173 // to avoid saving lots of copies of that in the database, and most apps
2455 // If apps can't be on SD, don't even bother.