Home
last modified time | relevance | path

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

/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DTestPlan.java97 String[] testStrings = excludedString.split(TEST_DELIM); in parseTestList() local
98 for (String testString : testStrings) { in parseTestList()
109 String[] testStrings = includedString.split(TEST_DELIM); in parseTestList() local
110 for (String testString : testStrings) { in parseTestList()
/cts/tests/tests/content/src/android/content/res/cts/
DArrayTest.java66 public void testStrings() throws Exception { in testStrings() method in ArrayTest
/cts/tests/tests/text/src/android/text/cts/
DStaticLayoutTest.java654 String testStrings[] = { "abcde", "ab\ncd", "ab\tcd", "ab\n\nc", "ab\n\tc" }; in testGetOffset_ASCII() local
656 for (String testString: testStrings) { in testGetOffset_ASCII()
705 String testStrings[] = new String[] { in testGetOffset_UNICODE() local
712 for (String testString: testStrings) { in testGetOffset_UNICODE()
/cts/tests/tests/util/src/android/util/cts/
DJsonWriterTest.java251 public void testStrings() throws IOException { in testStrings() method in JsonWriterTest