Searched refs:RepeatNullableIntArray (Results 1 – 7 of 7) sorted by relevance
107 @nullable int[] RepeatNullableIntArray(in @nullable int[] input); in RepeatNullableIntArray() method
83 @nullable int[] RepeatNullableIntArray(in @nullable int[] input); in RepeatNullableIntArray() method
541 Assert.assertArrayEquals(null, mInterface.RepeatNullableIntArray(null)); in testNullableArrays()542 Assert.assertArrayEquals(emptyValue, mInterface.RepeatNullableIntArray(emptyValue)); in testNullableArrays()543 Assert.assertArrayEquals(value, mInterface.RepeatNullableIntArray(value)); in testNullableArrays()
334 public int[] RepeatNullableIntArray(int[] in_value) { in RepeatNullableIntArray() method in TestImpl
362 ::ndk::ScopedAStatus RepeatNullableIntArray( in RepeatNullableIntArray() function
812 testRepeat<int32_t>(iface, &ITest::RepeatNullableIntArray, in TEST_P()