Home
last modified time | relevance | path

Searched refs:requiredSpanFlags (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
93 if (requiredSpanFlags != 0) { in assertSuggestionSpan()
94 assertTrue((spanned.getSpanFlags(suggestionSpan) & requiredSpanFlags) != 0); in assertSuggestionSpan()