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.java307 final SpannableString piece = new SpannableString("A"); in testConcat_NullParameters() local
309 piece.setSpan(span, 0, piece.length(), Spanned.SPAN_INCLUSIVE_EXCLUSIVE); in testConcat_NullParameters()
310 final Spanned result = (Spanned) TextUtils.concat(piece, null); in testConcat_NullParameters()
316 assertEquals(piece.length(), result.getSpanEnd(spans[0])); in testConcat_NullParameters()