Searched refs:RepeatNullableIntArray (Results 1 – 5 of 5) sorted by relevance
109 @nullable int[] RepeatNullableIntArray(in @nullable int[] input); in RepeatNullableIntArray() method
534 Assert.assertArrayEquals(null, mInterface.RepeatNullableIntArray(null)); in testNullableArrays()535 Assert.assertArrayEquals(emptyValue, mInterface.RepeatNullableIntArray(emptyValue)); in testNullableArrays()536 Assert.assertArrayEquals(value, mInterface.RepeatNullableIntArray(value)); in testNullableArrays()
336 public int[] RepeatNullableIntArray(int[] in_value) { in RepeatNullableIntArray() method in TestImpl
380 ::ndk::ScopedAStatus RepeatNullableIntArray( in RepeatNullableIntArray() function
844 testRepeat<int32_t>(iface, &ITest::RepeatNullableIntArray, in TEST_P()