Home
last modified time | relevance | path

Searched defs:bindAllApplications (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherCallbacks.java72 void bindAllApplications(ArrayList<AppInfo> apps); in bindAllApplications() method
DLauncherModel.java146 public void bindAllApplications(ArrayList<AppInfo> apps); in bindAllApplications() method
/packages/apps/Launcher3/src/com/android/launcher3/testing/
DLauncherExtension.java124 public void bindAllApplications(ArrayList<AppInfo> apps) { in bindAllApplications() method in LauncherExtension.LauncherExtensionCallbacks
/packages/apps/Launcher2/src/com/android/launcher2/
DLauncherModel.java165 public void bindAllApplications(ArrayList<ApplicationInfo> apps); in bindAllApplications() method
DLauncher.java3751 public void bindAllApplications(final ArrayList<ApplicationInfo> apps) { in bindAllApplications() method in Launcher