Searched refs:destinations (Results 1 – 2 of 2) sorted by relevance
/cts/tests/app/src/android/app/cts/ |
D | DownloadManagerTest.java | 396 final String[] destinations = { in testSetDestinationInExternalPublicDownloadDir() local 405 for (int i = 0; i < destinations.length; ++i) { in testSetDestinationInExternalPublicDownloadDir() 406 final String destination = destinations[i]; in testSetDestinationInExternalPublicDownloadDir() 641 final String[] destinations = { in testDownload_mediaScanned() local 654 for (int i = 0; i < destinations.length; ++i) { in testDownload_mediaScanned() 655 final String destination = destinations[i]; in testDownload_mediaScanned()
|
/cts/tests/tests/text/src/android/text/cts/ |
D | TextUtilsTest.java | 1829 CharSequence destinations[] = new CharSequence[] { "text" }; in testReplace() local 1831 sources, destinations); in testReplace() 1836 destinations = new CharSequence[] {"was", "", "to be replaced"}; in testReplace() 1837 replacedString = (SpannableStringBuilder)TextUtils.replace(template, sources, destinations); in testReplace() 1842 destinations = new CharSequence[] {"was", "", "to be replaced"}; in testReplace() 1843 replacedString = (SpannableStringBuilder)TextUtils.replace(template, sources, destinations); in testReplace() 1847 destinations = new CharSequence[] {"was", "to be replaced"}; in testReplace() 1849 TextUtils.replace(template, sources, destinations); in testReplace() 1856 TextUtils.replace(null, sources, destinations); in testReplace() 1862 TextUtils.replace(template, null, destinations); in testReplace()
|