Home
last modified time | relevance | path

Searched refs:getTypedWordAndPreviousSuggestions (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSuggestedWords.java212 public static ArrayList<SuggestedWordInfo> getTypedWordAndPreviousSuggestions( in getTypedWordAndPreviousSuggestions() method in SuggestedWords
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java1921 SuggestedWords.getTypedWordAndPreviousSuggestions(typedWordInfo, oldSuggestedWords); in retrieveOlderSuggestions()