Home
last modified time | relevance | path

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

/cts/tests/tests/text/src/android/text/cts/
DInputFilter_AllCapsTest.java128 final Object[] resultSpans = spannedResult.getSpans( in testFilter_greekWithSpans() local
130 assertEquals(1, resultSpans.length); in testFilter_greekWithSpans()
131 assertSame(span, resultSpans[0]); in testFilter_greekWithSpans()
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java6643 final Object[] resultSpans = result.getSpans(0, result.length(), Object.class); in testAllCaps_SpansArePreserved() local
6644 assertEquals(sourceSpans.length, resultSpans.length); in testAllCaps_SpansArePreserved()
6646 assertSame(sourceSpans[i], resultSpans[i]); in testAllCaps_SpansArePreserved()