Searched refs:RepeatNullableStringArray (Results 1 – 10 of 10) sorted by relevance
109 @nullable String[] RepeatNullableStringArray(in @nullable String[] input); in RepeatNullableStringArray() method
560 Assert.assertArrayEquals(null, mInterface.RepeatNullableStringArray(null)); in testNullableArrays()561 Assert.assertArrayEquals(emptyValue, mInterface.RepeatNullableStringArray(emptyValue)); in testNullableArrays()562 Assert.assertArrayEquals(value, mInterface.RepeatNullableStringArray(value)); in testNullableArrays()
359 public String[] RepeatNullableStringArray(String[] in_value) { in RepeatNullableStringArray() method in TestImpl
57 @nullable String[] RepeatNullableStringArray(in @nullable String[] input); in RepeatNullableStringArray() method
74 @nullable String[] RepeatNullableStringArray(in @nullable String[] input); in RepeatNullableStringArray() method
397 ::ndk::ScopedAStatus RepeatNullableStringArray( in RepeatNullableStringArray() function
750 iface, &ITest::RepeatNullableStringArray, in TEST_P()