Home
last modified time | relevance | path

Searched defs:expectedSuggestions (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/compat/
DSuggestionSpanUtilsTest.java67 final String[] expectedSuggestions, @Nullable final Locale expectedLocale, in assertSuggestionSpan()
182 final ArrayList<String> expectedSuggestions = new ArrayList<>(); in testGetTextWithSuggestionSpan() local