Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DRichInputConnectionAndTextRangeTests.java311 final String[] SUGGESTIONS2 = { "storing", "strung" }; in helpTestGetSuggestionSpansAtWord() local
330 text.setSpan(new SuggestionSpan(Locale.ENGLISH, SUGGESTIONS2, 0 /* flags */), in helpTestGetSuggestionSpansAtWord()
337 assertEquals(suggestions[1].getSuggestions(), SUGGESTIONS2); in helpTestGetSuggestionSpansAtWord()
343 text.setSpan(new SuggestionSpan(Locale.ENGLISH, SUGGESTIONS2, 0 /* flags */), in helpTestGetSuggestionSpansAtWord()
355 text.setSpan(new SuggestionSpan(Locale.ENGLISH, SUGGESTIONS2, 0 /* flags */), in helpTestGetSuggestionSpansAtWord()
367 text.setSpan(new SuggestionSpan(Locale.ENGLISH, SUGGESTIONS2, 0 /* flags */), in helpTestGetSuggestionSpansAtWord()
379 text.setSpan(new SuggestionSpan(Locale.ENGLISH, SUGGESTIONS2, 0 /* flags */), in helpTestGetSuggestionSpansAtWord()