Searched refs:allAppsApps (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherModel.java366 public void addAppsToAllApps(final Context ctx, final ArrayList<AppInfo> allAppsApps) { argument
369 if (allAppsApps == null) {
370 throw new RuntimeException("allAppsApps must not be null");
372 if (allAppsApps.isEmpty()) {
377 Iterator<AppInfo> iter = allAppsApps.iterator();
402 callbacks.bindAppsAdded(null, null, null, allAppsApps);
416 throw new RuntimeException("workspaceApps and allAppsApps must not be null");

Completed in 291 milliseconds