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/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/proxy/
DPassthroughTestHelper.java38 private final String[] testStrings = new String[] { field in PassthroughTestHelper
/cts/tests/tests/text/src/android/text/cts/
DStaticLayoutTest.java697 String testStrings[] = { "abcde", "ab\ncd", "ab\tcd", "ab\n\nc", "ab\n\tc" }; in testGetOffset_ASCII() local
749 String testStrings[] = new String[] { in testGetOffset_UNICODE() local
/cts/tests/tests/util/src/android/util/cts/
DJsonWriterTest.java277 public void testStrings() throws IOException { in testStrings() method in JsonWriterTest