Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DPunctuationSuggestions.java61 punctuationList.add(newHardCodedWordInfo(spec)); in newPunctuationSuggestions()
98 return newHardCodedWordInfo(getWord(index)); in getInfo()
116 private static SuggestedWordInfo newHardCodedWordInfo(final String keySpec) { in newHardCodedWordInfo() method in PunctuationSuggestions