Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DDownloadManagerTest.java422 final String[] destinations = { in testSetDestinationInExternalPublicDownloadDir() local
431 for (int i = 0; i < destinations.length; ++i) { in testSetDestinationInExternalPublicDownloadDir()
432 final String destination = destinations[i]; in testSetDestinationInExternalPublicDownloadDir()
667 final String[] destinations = { in testDownload_mediaScanned() local
680 for (int i = 0; i < destinations.length; ++i) { in testDownload_mediaScanned()
681 final String destination = destinations[i]; in testDownload_mediaScanned()
/cts/tests/tests/text/src/android/text/cts/
DTextUtilsTest.java1872 CharSequence destinations[] = new CharSequence[] { "text" }; in testReplace() local
1874 sources, destinations); in testReplace()
1879 destinations = new CharSequence[] {"was", "", "to be replaced"}; in testReplace()
1880 replacedString = (SpannableStringBuilder)TextUtils.replace(template, sources, destinations); in testReplace()
1885 destinations = new CharSequence[] {"was", "", "to be replaced"}; in testReplace()
1886 replacedString = (SpannableStringBuilder)TextUtils.replace(template, sources, destinations); in testReplace()
1890 destinations = new CharSequence[] {"was", "to be replaced"}; in testReplace()
1892 TextUtils.replace(template, sources, destinations); in testReplace()
1899 TextUtils.replace(null, sources, destinations); in testReplace()
1905 TextUtils.replace(template, null, destinations); in testReplace()