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