Searched refs:RepeatNullableIntEnumArray (Results 1 – 5 of 5) sorted by relevance
114 @nullable IntEnum[] RepeatNullableIntEnumArray(in @nullable IntEnum[] input); in RepeatNullableIntEnumArray() method
569 Assert.assertArrayEquals(null, mInterface.RepeatNullableIntEnumArray(null)); in testNullableArrays()570 Assert.assertArrayEquals(emptyValue, mInterface.RepeatNullableIntEnumArray(emptyValue)); in testNullableArrays()571 Assert.assertArrayEquals(value, mInterface.RepeatNullableIntEnumArray(value)); in testNullableArrays()
361 public int[] RepeatNullableIntEnumArray(int[] in_value) { in RepeatNullableIntEnumArray() method in TestImpl
410 ::ndk::ScopedAStatus RepeatNullableIntEnumArray( in RepeatNullableIntEnumArray() function
879 testRepeat<IntEnum>(iface, &ITest::RepeatNullableIntEnumArray, in TEST_P()