Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DSuggestedWordsTests.java62 private static SuggestedWordInfo createCorrectionWordInfo(final String word) { in createCorrectionWordInfo() method in SuggestedWordsTests
73 infos.add(createCorrectionWordInfo(word)); in createCorrectionWordInfos()
143 list.add(createCorrectionWordInfo(Integer.toString(i))); in testGetTypedWordInfoOrNull()