Home
last modified time | relevance | path

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

/cts/tests/tests/text/src/android/text/cts/
DTextUtilsTest.java306 final SpannableString piece = new SpannableString("A"); in testConcat_NullParameters() local
308 piece.setSpan(span, 0, piece.length(), Spanned.SPAN_INCLUSIVE_EXCLUSIVE); in testConcat_NullParameters()
309 final Spanned result = (Spanned) TextUtils.concat(piece, null); in testConcat_NullParameters()
315 assertEquals(piece.length(), result.getSpanEnd(spans[0])); in testConcat_NullParameters()