Home
last modified time | relevance | path

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

/cts/tests/tests/binder_ndk/libbinder_ndk_test/test_package/
DITest.aidl107 @nullable IntEnum[] RepeatNullableIntEnumArray(in @nullable IntEnum[] input); in RepeatNullableIntEnumArray() method
/cts/tests/tests/binder_ndk/src/android/binder/cts/
DJavaClientTest.java546 Assert.assertArrayEquals(null, mInterface.RepeatNullableIntEnumArray(null)); in testNullableArrays()
547 Assert.assertArrayEquals(emptyValue, mInterface.RepeatNullableIntEnumArray(emptyValue)); in testNullableArrays()
548 Assert.assertArrayEquals(value, mInterface.RepeatNullableIntEnumArray(value)); in testNullableArrays()
DTestImpl.java349 public int[] RepeatNullableIntEnumArray(int[] in_value) { in RepeatNullableIntEnumArray() method in TestImpl
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_test_interface/2/test_package/
DITest.aidl55 …@nullable test_package.IntEnum[] RepeatNullableIntEnumArray(in @nullable test_package.IntEnum[] in… in RepeatNullableIntEnumArray() method
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_test_interface_dup/1/test_package/
DITest.aidl55 …@nullable test_package.IntEnum[] RepeatNullableIntEnumArray(in @nullable test_package.IntEnum[] in… in RepeatNullableIntEnumArray() method
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_test_interface_dup/current/test_package/
DITest.aidl72 …@nullable test_package.IntEnum[] RepeatNullableIntEnumArray(in @nullable test_package.IntEnum[] in… in RepeatNullableIntEnumArray() method
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_test_interface/1/test_package/
DITest.aidl55 …@nullable test_package.IntEnum[] RepeatNullableIntEnumArray(in @nullable test_package.IntEnum[] in… in RepeatNullableIntEnumArray() method
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_test_interface/current/test_package/
DITest.aidl72 …@nullable test_package.IntEnum[] RepeatNullableIntEnumArray(in @nullable test_package.IntEnum[] in… in RepeatNullableIntEnumArray() method
/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Ditest_impl.h385 ::ndk::ScopedAStatus RepeatNullableIntEnumArray( in RepeatNullableIntEnumArray() function
Dtest_native_aidl_client.cpp735 testRepeat<IntEnum>(iface, &ITest::RepeatNullableIntEnumArray, in TEST_P()