Searched refs:RepeatNullableByteEnumArray (Results 1 – 10 of 10) sorted by relevance
106 @nullable ByteEnum[] RepeatNullableByteEnumArray(in @nullable ByteEnum[] input); in RepeatNullableByteEnumArray() method
539 Assert.assertArrayEquals(null, mInterface.RepeatNullableByteEnumArray(null)); in testNullableArrays()540 … Assert.assertArrayEquals(emptyValue, mInterface.RepeatNullableByteEnumArray(emptyValue)); in testNullableArrays()541 Assert.assertArrayEquals(value, mInterface.RepeatNullableByteEnumArray(value)); in testNullableArrays()
344 public byte[] RepeatNullableByteEnumArray(byte[] in_value) { in RepeatNullableByteEnumArray() method in TestImpl
54 …@nullable test_package.ByteEnum[] RepeatNullableByteEnumArray(in @nullable test_package.ByteEnum[]… in RepeatNullableByteEnumArray() method
71 …@nullable test_package.ByteEnum[] RepeatNullableByteEnumArray(in @nullable test_package.ByteEnum[]… in RepeatNullableByteEnumArray() method
379 ::ndk::ScopedAStatus RepeatNullableByteEnumArray( in RepeatNullableByteEnumArray() function
728 testRepeat<ByteEnum>(iface, &ITest::RepeatNullableByteEnumArray, in TEST_P()