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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherModel.java167 public void bindAppsUpdated(ArrayList<ApplicationInfo> apps); method in interface:LauncherModel.Callbacks
2114 callbacks.bindAppsUpdated(modifiedFinal);
H A DLauncher.java3803 public void bindAppsUpdated(final ArrayList<ApplicationInfo> apps) { method in class:Launcher
3806 bindAppsUpdated(apps);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherModel.java199 public void bindAppsUpdated(ArrayList<AppInfo> apps); method in interface:LauncherModel.Callbacks
2931 cb.bindAppsUpdated(updatedApps);
3098 callbacks.bindAppsUpdated(modifiedFinal);
H A DLauncher.java4145 public void bindAppsUpdated(final ArrayList<AppInfo> apps) { method in class:Launcher
4148 bindAppsUpdated(apps);

Completed in 117 milliseconds