Searched refs:predictionList (Results 1 – 1 of 1) sorted by relevance
63 private final List<AppTarget> predictionList = new ArrayList<>(5); field in PredictionService120 predictionList.add(target); in onCreate()136 updatePredictions(sessionId, mAppSuggestionsEnabled ? predictionList : emptyList()); in postPredictionUpdate()190 predictionList.remove(predictionList.size() - 1); in onAppTargetEvent()191 predictionList.add(0, event.getTarget()); in onAppTargetEvent()