Home
last modified time | relevance | path

Searched refs:replacedString (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/text/src/android/text/cts/
DTextUtilsTest.java1634 SpannableStringBuilder replacedString = (SpannableStringBuilder) TextUtils.replace(template, in testReplace() local
1637 replacedString.toString()); in testReplace()
1641 replacedString = (SpannableStringBuilder)TextUtils.replace(template, sources, destinations); in testReplace()
1643 replacedString.toString()); in testReplace()
1647 replacedString = (SpannableStringBuilder)TextUtils.replace(template, sources, destinations); in testReplace()
1648 assertEquals("thwas is a string to be as the template ", replacedString.toString()); in testReplace()