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.java377 public void addAppsToAllApps(final Context ctx, final ArrayList<AppInfo> allAppsApps) { in addAppsToAllApps() argument
380 if (allAppsApps == null) { in addAppsToAllApps()
383 if (allAppsApps.isEmpty()) { in addAppsToAllApps()
394 callbacks.bindAppsAdded(null, null, null, allAppsApps); in addAppsToAllApps()