Searched refs:piece (Results 1 – 1 of 1) sorted by relevance
306 final SpannableString piece = new SpannableString("A"); in testConcat_NullParameters() local308 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()