Searched refs:string2 (Results 1 – 1 of 1) sorted by relevance
145 SpannableString string2 = new SpannableString("second"); in testConcat() local150 string2.setSpan(bgColorSpan, 0, string2.length() - 1, Spanned.SPAN_EXCLUSIVE_EXCLUSIVE); in testConcat()153 Spanned strResult = (Spanned) TextUtils.concat(string1, comma, string2); in testConcat()154 assertEquals(string1.toString() + comma + string2.toString(), strResult.toString()); in testConcat()