Searched refs:createWordInfo (Results 1 – 1 of 1) sorted by relevance
60 private static SuggestedWordInfo createWordInfo(final String word, final int kindAndFlags) { in createWordInfo() method in SuggestionSpanUtilsTest143 createWordInfo("Quality", SuggestedWordInfo.KIND_PREDICTION); in testGetTextWithSuggestionSpan()145 createWordInfo("Speed", SuggestedWordInfo.KIND_PREDICTION); in testGetTextWithSuggestionSpan()147 createWordInfo("Price", SuggestedWordInfo.KIND_PREDICTION); in testGetTextWithSuggestionSpan()150 createWordInfo("Hey", SuggestedWordInfo.KIND_TYPED); in testGetTextWithSuggestionSpan()155 corrections[i] = createWordInfo("correction" + i, SuggestedWordInfo.KIND_CORRECTION); in testGetTextWithSuggestionSpan()