Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/model/
DModelMultiCallbacksTest.java194 public void bindAllApplications(AppInfo[] apps, int flags) { in bindAllApplications() method in ModelMultiCallbacksTest.MyCallbacks
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarModelCallbacks.java222 public void bindAllApplications(AppInfo[] apps, int flags) { in bindAllApplications() method in TaskbarModelCallbacks
/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/
DSecondaryDisplayLauncher.java296 public void bindAllApplications(AppInfo[] apps, int flags) { in bindAllApplications() method in SecondaryDisplayLauncher
/packages/apps/Launcher3/src/com/android/launcher3/model/
DBgDataModel.java497 default void bindAllApplications(AppInfo[] apps, int flags) { } in bindAllApplications() method