Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/res/cts/
DArrayTest.java66 public void testStrings() throws Exception { in testStrings() method in ArrayTest
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DTestPlan.java97 String[] testStrings = excludedString.split(TEST_DELIM); in parseTestList() local
109 String[] testStrings = includedString.split(TEST_DELIM); in parseTestList() local
/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
705 String testStrings[] = new String[] { in testGetOffset_UNICODE() local
/cts/tests/tests/util/src/android/util/cts/
DJsonWriterTest.java251 public void testStrings() throws IOException { in testStrings() method in JsonWriterTest