Home
last modified time | relevance | path

Searched refs:RepeatNullableIntEnumArray (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/binder_ndk/libbinder_ndk_test/test_package/
DITest.aidl117 @nullable IntEnum[] RepeatNullableIntEnumArray(in @nullable IntEnum[] input); in RepeatNullableIntEnumArray() method
/cts/tests/tests/binder_ndk/src/android/binder/cts/
DJavaClientTest.java636 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()
DTestImpl.java367 public int[] RepeatNullableIntEnumArray(int[] in_value) { in RepeatNullableIntEnumArray() method in TestImpl
/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Ditest_impl.h416 ::ndk::ScopedAStatus RepeatNullableIntEnumArray( in RepeatNullableIntEnumArray() function
Dtest_native_aidl_client.cpp1138 testRepeat<IntEnum>(iface, &ITest::RepeatNullableIntEnumArray, in TEST_P()