Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/compat/
DSuggestionSpanUtilsTest.java46 private static SuggestedWordInfo createWordInfo(final String word, final int kindAndFlags) { in createWordInfo() method in SuggestionSpanUtilsTest
126 createWordInfo("Quality", SuggestedWordInfo.KIND_PREDICTION); in testGetTextWithSuggestionSpan()
128 createWordInfo("Speed", SuggestedWordInfo.KIND_PREDICTION); in testGetTextWithSuggestionSpan()
130 createWordInfo("Price", SuggestedWordInfo.KIND_PREDICTION); in testGetTextWithSuggestionSpan()
133 createWordInfo("Hey", SuggestedWordInfo.KIND_TYPED); in testGetTextWithSuggestionSpan()
138 corrections[i] = createWordInfo("correction" + i, SuggestedWordInfo.KIND_CORRECTION); in testGetTextWithSuggestionSpan()