Loading quickstep/src/com/android/launcher3/taskbar/allapps/TaskbarAllAppsController.java +0 −3 Original line number Diff line number Diff line Loading @@ -112,9 +112,6 @@ public final class TaskbarAllAppsController { /** Updates the current search suggestions. */ public void setZeroStateSearchSuggestions(List<ItemInfo> zeroStateSearchSuggestions) { mZeroStateSearchSuggestions = zeroStateSearchSuggestions; if (mSearchSessionController != null) { mSearchSessionController.setZeroStateSearchSuggestions(zeroStateSearchSuggestions); } } /** Updates the current notification dots. */ Loading Loading
quickstep/src/com/android/launcher3/taskbar/allapps/TaskbarAllAppsController.java +0 −3 Original line number Diff line number Diff line Loading @@ -112,9 +112,6 @@ public final class TaskbarAllAppsController { /** Updates the current search suggestions. */ public void setZeroStateSearchSuggestions(List<ItemInfo> zeroStateSearchSuggestions) { mZeroStateSearchSuggestions = zeroStateSearchSuggestions; if (mSearchSessionController != null) { mSearchSessionController.setZeroStateSearchSuggestions(zeroStateSearchSuggestions); } } /** Updates the current notification dots. */ Loading