Searched refs:RepeatNullableIntArray (Results 1 – 7 of 7) sorted by relevance
40 @nullable int[] RepeatNullableIntArray(in @nullable int[] input); in RepeatNullableIntArray() method
87 @nullable int[] RepeatNullableIntArray(in @nullable int[] input); in RepeatNullableIntArray() method
391 Assert.assertArrayEquals(null, mInterface.RepeatNullableIntArray(null)); in testNullableArrays()392 Assert.assertArrayEquals(emptyValue, mInterface.RepeatNullableIntArray(emptyValue)); in testNullableArrays()393 Assert.assertArrayEquals(value, mInterface.RepeatNullableIntArray(value)); in testNullableArrays()
255 public int[] RepeatNullableIntArray(int[] in_value) { in RepeatNullableIntArray() method in TestImpl
270 ::ndk::ScopedAStatus RepeatNullableIntArray( in RepeatNullableIntArray() function
531 testRepeat<int32_t>(iface, &ITest::RepeatNullableIntArray, in TEST_P()