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.java54 private static SuggestedWordInfo createCorrectionWordInfo(final String word) { in createCorrectionWordInfo() method in SuggestedWordsTests
65 infos.add(createCorrectionWordInfo(word)); in createCorrectionWordInfos()
129 list.add(createCorrectionWordInfo(Integer.toString(i))); in testGetTypedWordInfoOrNull()