Searched refs:RepeatNullableInterface (Results 1 – 5 of 5) sorted by relevance
71 @nullable IEmpty RepeatNullableInterface(@nullable IEmpty value); in RepeatNullableInterface() method
171 public IEmpty RepeatNullableInterface(IEmpty in_value) { in RepeatNullableInterface() method in TestImpl
200 assertEquals(empty, mInterface.RepeatNullableInterface(empty)); in testRepeatInterface()201 assertEquals(null, mInterface.RepeatNullableInterface(null)); in testRepeatInterface()
171 ::ndk::ScopedAStatus RepeatNullableInterface( in RepeatNullableInterface() function
359 ASSERT_OK(iface->RepeatNullableInterface(empty, &ret)); in TEST_P()362 ASSERT_OK(iface->RepeatNullableInterface(nullptr, &ret)); in TEST_P()