Home
last modified time | relevance | path

Searched refs:stringArray (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/
DAtomTests.java998 String[] stringArray = {"str1", "str2"}; in testWriteRawTestAtom() local
1006 int64Array, floatArray, stringArray, boolArray, enumArray); in testWriteRawTestAtom()
1019 int64Array, floatArray, stringArray, boolArray, enumArray); in testWriteRawTestAtom()
1045 String[] stringArray = {"str1", "str2"}; in testWriteExtensionTestAtom() local
1054 int64Array, floatArray, stringArray, boolArray, enumArray); in testWriteExtensionTestAtom()
1070 int64Array, floatArray, stringArray, boolArray, enumArray); in testWriteExtensionTestAtom()
/cts/tests/tests/os/src/android/os/cts/
DParcelTest.java472 String[] stringArray = {"", in testReadValue() local
476 String[] stringArray2 = new String[stringArray.length]; in testReadValue()
478 p.writeValue(stringArray); in testReadValue()
481 for (int i = 0; i < stringArray.length; i++) { in testReadValue()
482 assertEquals(stringArray[i], stringArray2[i]); in testReadValue()