Searched refs:RepeatNullableIntArray (Results 1 – 5 of 5) sorted by relevance
112 @nullable int[] RepeatNullableIntArray(in @nullable int[] input); in RepeatNullableIntArray() method
601 Assert.assertArrayEquals(null, mInterface.RepeatNullableIntArray(null)); in testNullableArrays()602 Assert.assertArrayEquals(emptyValue, mInterface.RepeatNullableIntArray(emptyValue)); in testNullableArrays()603 Assert.assertArrayEquals(value, mInterface.RepeatNullableIntArray(value)); in testNullableArrays()
342 public int[] RepeatNullableIntArray(int[] in_value) { in RepeatNullableIntArray() method in TestImpl
386 ::ndk::ScopedAStatus RepeatNullableIntArray( in RepeatNullableIntArray() function
1103 testRepeat<int32_t>(iface, &ITest::RepeatNullableIntArray, in TEST_P()