Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/compat/
DSuggestionSpanUtilsTest.java80 final int reuiredSuggestionSpanFlags, final int requiredSpanFlags, in assertSuggestionSpan() argument
90 if (reuiredSuggestionSpanFlags != 0) { in assertSuggestionSpan()
91 assertTrue((suggestionSpan.getFlags() & reuiredSuggestionSpanFlags) != 0); in assertSuggestionSpan()