Searched refs:newSuggestions (Results 1 – 1 of 1) sorted by relevance
394 final ArrayList<SuggestedWordInfo> newSuggestions = new ArrayList<>(); in getSuggestedWordsExcludingTypedWordForRecorrection() local399 newSuggestions.add(info); in getSuggestedWordsExcludingTypedWordForRecorrection()407 return new SuggestedWords(newSuggestions, null /* rawSuggestions */, typedWord, in getSuggestedWordsExcludingTypedWordForRecorrection()418 final ArrayList<SuggestedWordInfo> newSuggestions = new ArrayList<>(); in getSuggestedWordsForLastWordOfPhraseGesture() local423 newSuggestions.add(new SuggestedWordInfo(lastWord, info.mScore, info.mKindAndFlags, in getSuggestedWordsForLastWordOfPhraseGesture()427 return new SuggestedWords(newSuggestions, null /* rawSuggestions */, mTypedWordValid, in getSuggestedWordsForLastWordOfPhraseGesture()