Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DPunctuationSuggestions.java58 final ArrayList<SuggestedWordInfo> punctuationList = in newPunctuationSuggestions() local
61 punctuationList.add(newHardCodedWordInfo(spec)); in newPunctuationSuggestions()
63 return new PunctuationSuggestions(punctuationList); in newPunctuationSuggestions()