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.java812 String[] stringArray = {"str1", "str2"}; in testWriteRawTestAtom() local
820 int64Array, floatArray, stringArray, boolArray, enumArray); in testWriteRawTestAtom()
833 int64Array, floatArray, stringArray, boolArray, enumArray); in testWriteRawTestAtom()
859 String[] stringArray = {"str1", "str2"}; in testWriteExtensionTestAtom() local
868 int64Array, floatArray, stringArray, boolArray, enumArray); in testWriteExtensionTestAtom()
884 int64Array, floatArray, stringArray, boolArray, enumArray); in testWriteExtensionTestAtom()
/cts/tests/tests/os/src/android/os/cts/
DParcelTest.java590 String[] stringArray = {"", in testReadValue() local
594 String[] stringArray2 = new String[stringArray.length]; in testReadValue()
596 p.writeValue(stringArray); in testReadValue()
599 for (int i = 0; i < stringArray.length; i++) { in testReadValue()
600 assertEquals(stringArray[i], stringArray2[i]); in testReadValue()