Searched refs:createWordInfo (Results 1 – 1 of 1) sorted by relevance
46 private static SuggestedWordInfo createWordInfo(final String word, final int kindAndFlags) { in createWordInfo() method in SuggestionSpanUtilsTest126 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()