Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherModel.java374 public void addAppsToAllApps(final Context ctx, final ArrayList<AppInfo> allAppsApps) { in addAppsToAllApps() argument
377 if (allAppsApps == null) { in addAppsToAllApps()
380 if (allAppsApps.isEmpty()) { in addAppsToAllApps()
391 callbacks.bindAppsAdded(null, null, null, allAppsApps); in addAppsToAllApps()