Lines Matching refs:apps
78 private int mBatchSize; // 0 is all apps at once
165 public void bindAllApplications(ArrayList<ApplicationInfo> apps);
166 public void bindAppsAdded(ArrayList<ApplicationInfo> apps);
167 public void bindAppsUpdated(ArrayList<ApplicationInfo> apps);
272 // From all apps
825 // case where apps on the external sd card need to be reloaded.
855 // If we have changed locale we need to clear out the labels in all apps/workspace.
859 // and we would need to clear out the labels in all apps/workspace. Same handling as
863 Log.d(TAG, "Reload apps on config change. curr_mcc:"
996 * - all apps icons
1045 // This way we don't start loading all apps until the workspace has settled
1130 // First step. Load workspace first, this is necessary since adding of apps from
1131 // managed profile in all apps is deferred until onResume. See http://b/17336902.
1149 // Second step. Load all apps.
1150 if (DEBUG_LOADERS) Log.d(TAG, "step 2: loading all apps");
1877 Log.d(TAG, "bound all " + list.size() + " apps from cache in "
1911 List<LauncherActivityInfo> apps = null;
1920 apps = mLauncherApps.getActivityList(null, user);
1925 if (apps == null) {
1928 N = apps.size();
1930 Log.d(TAG, "queryIntentActivities got " + N + " apps");
1933 // There are no apps?!?
1943 Collections.sort(apps,
1956 mBgAllAppsList.add(new ApplicationInfo(apps.get(i), user,
1975 Log.d(TAG, "bound " + added.size() + " apps in "
1979 Log.i(TAG, "not binding apps: no Launcher activity");
2000 Log.d(TAG, "cached all " + N + " apps in "
2480 // If apps can't be on SD, don't even bother.