Searched refs:replacedString (Results 1 – 1 of 1) sorted by relevance
1623 SpannableStringBuilder replacedString = (SpannableStringBuilder) TextUtils.replace(template, in testReplace() local1626 replacedString.toString()); in testReplace()1630 replacedString = (SpannableStringBuilder)TextUtils.replace(template, sources, destinations); in testReplace()1632 replacedString.toString()); in testReplace()1636 replacedString = (SpannableStringBuilder)TextUtils.replace(template, sources, destinations); in testReplace()1637 assertEquals("thwas is a string to be as the template ", replacedString.toString()); in testReplace()