Searched refs:RepeatNullableIntEnumArray (Results 1 – 5 of 5) sorted by relevance
117 @nullable IntEnum[] RepeatNullableIntEnumArray(in @nullable IntEnum[] input); in RepeatNullableIntEnumArray() method
636 Assert.assertArrayEquals(null, mInterface.RepeatNullableIntEnumArray(null)); in testNullableArrays()637 Assert.assertArrayEquals(emptyValue, mInterface.RepeatNullableIntEnumArray(emptyValue)); in testNullableArrays()638 Assert.assertArrayEquals(value, mInterface.RepeatNullableIntEnumArray(value)); in testNullableArrays()
367 public int[] RepeatNullableIntEnumArray(int[] in_value) { in RepeatNullableIntEnumArray() method in TestImpl
416 ::ndk::ScopedAStatus RepeatNullableIntEnumArray( in RepeatNullableIntEnumArray() function
1138 testRepeat<IntEnum>(iface, &ITest::RepeatNullableIntEnumArray, in TEST_P()