Home
last modified time | relevance | path

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

/cts/tests/tests/binder_ndk/src/android/binder/cts/
DJavaClientTest.java578 boolean[] emptyValue = {}; in testNullableArrays()
581 Assert.assertArrayEquals(emptyValue, mInterface.RepeatNullableBooleanArray(emptyValue)); in testNullableArrays()
585 byte[] emptyValue = {}; in testNullableArrays()
588 Assert.assertArrayEquals(emptyValue, mInterface.RepeatNullableByteArray(emptyValue)); in testNullableArrays()
592 char[] emptyValue = {}; in testNullableArrays() local
595 Assert.assertArrayEquals(emptyValue, mInterface.RepeatNullableCharArray(emptyValue)); in testNullableArrays()
599 int[] emptyValue = {}; in testNullableArrays() local
602 Assert.assertArrayEquals(emptyValue, mInterface.RepeatNullableIntArray(emptyValue)); in testNullableArrays()
606 long[] emptyValue = {}; in testNullableArrays() local
609 Assert.assertArrayEquals(emptyValue, mInterface.RepeatNullableLongArray(emptyValue)); in testNullableArrays()
[all …]