Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DApplicationRestrictionsTest.java43 private static final String[] testStrings = new String[] { field in ApplicationRestrictionsTest
126 result.putStringArray("string[]", testStrings); in createBundle0()
156 assertTrue(strings != null && strings.length == testStrings.length); in assertBundle0()
158 assertEquals(strings[i], testStrings[i]); in assertBundle0()
/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.java646 String testStrings[] = { "abcde", "ab\ncd", "ab\tcd", "ab\n\nc", "ab\n\tc" }; in testGetOffset_ASCII() local
648 for (String testString: testStrings) { in testGetOffset_ASCII()
697 String testStrings[] = new String[] { in testGetOffset_UNICODE() local
704 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