Home
last modified time | relevance | path

Searched refs:RepeatNullableLongEnumArray (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/binder_ndk/libbinder_ndk_test/test_package/
DITest.aidl113 @nullable LongEnum[] RepeatNullableLongEnumArray(in @nullable LongEnum[] input); in RepeatNullableLongEnumArray() method
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_test_interface/current/test_package/
DITest.aidl89 …@nullable test_package.LongEnum[] RepeatNullableLongEnumArray(in @nullable test_package.LongEnum[]… in RepeatNullableLongEnumArray() method
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_test_interface/1/test_package/
DITest.aidl89 …@nullable test_package.LongEnum[] RepeatNullableLongEnumArray(in @nullable test_package.LongEnum[]… in RepeatNullableLongEnumArray() method
/cts/tests/tests/binder_ndk/src/android/binder/cts/
DJavaClientTest.java583 Assert.assertArrayEquals(null, mInterface.RepeatNullableLongEnumArray(null)); in testNullableArrays()
584 … Assert.assertArrayEquals(emptyValue, mInterface.RepeatNullableLongEnumArray(emptyValue)); in testNullableArrays()
585 Assert.assertArrayEquals(value, mInterface.RepeatNullableLongEnumArray(value)); in testNullableArrays()
DTestImpl.java364 public long[] RepeatNullableLongEnumArray(long[] in_value) { in RepeatNullableLongEnumArray() method in TestImpl
/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Ditest_impl.h398 ::ndk::ScopedAStatus RepeatNullableLongEnumArray( in RepeatNullableLongEnumArray() function
Dtest_native_aidl_client.cpp854 testRepeat<LongEnum>(iface, &ITest::RepeatNullableLongEnumArray, in TEST_P()