Searched refs:replacedString (Results 1 – 1 of 1) sorted by relevance
1830 SpannableStringBuilder replacedString = (SpannableStringBuilder) TextUtils.replace(template, in testReplace() local1833 replacedString.toString()); in testReplace()1837 replacedString = (SpannableStringBuilder)TextUtils.replace(template, sources, destinations); in testReplace()1839 replacedString.toString()); in testReplace()1843 replacedString = (SpannableStringBuilder)TextUtils.replace(template, sources, destinations); in testReplace()1844 assertEquals("thwas is a string to be as the template ", replacedString.toString()); in testReplace()