Searched refs:predictions (Results 1 – 8 of 8) sorted by relevance
184 private void populatePreview(List<WorkspaceItemInfo> predictions) { in populatePreview() argument186 WorkspaceItemInfo info = predictions.get(i); in populatePreview()199 public void show(List<WorkspaceItemInfo> predictions) { in show() argument201 || predictions.size() < mActivityContext.getDeviceProfile().numShownHotseatIcons in show()208 populatePreview(predictions); in show()
136 val predictions = in filterPredictions_notOnUiSurfaceFilter_returnsOnlyEligiblePredictions() constant155 assertThat(filterPredictions(predictions, allWidgets, filter)).containsExactly(widgetItem2) in filterPredictions_notOnUiSurfaceFilter_returnsOnlyEligiblePredictions()163 val predictions = in filterPredictions_appPredictions_returnsWidgetFromPackage() constant179 assertThat(filterPredictions(predictions, allWidgets, filter)) in filterPredictions_appPredictions_returnsWidgetFromPackage()
174 static List<WidgetItem> filterPredictions(List<AppTarget> predictions, in filterPredictions() argument179 for (AppTarget prediction : predictions) { in filterPredictions()
491 List<ItemInfo> predictions = hotseatPredictions == null493 int count = Math.min(ranks.size(), predictions.size());497 new WorkspaceItemInfo((WorkspaceItemInfo) predictions.get(i));
298 description: "Replace hybrid hotseat app predictions with strictly Recent Apps"