Searched refs:RepeatNullableStringArray (Results 1 – 7 of 7) sorted by relevance
44 @nullable String[] RepeatNullableStringArray(in @nullable String[] input); in RepeatNullableStringArray() method
91 @nullable String[] RepeatNullableStringArray(in @nullable String[] input); in RepeatNullableStringArray() method
419 Assert.assertArrayEquals(null, mInterface.RepeatNullableStringArray(null)); in testNullableArrays()420 Assert.assertArrayEquals(emptyValue, mInterface.RepeatNullableStringArray(emptyValue)); in testNullableArrays()421 Assert.assertArrayEquals(value, mInterface.RepeatNullableStringArray(value)); in testNullableArrays()
275 public String[] RepeatNullableStringArray(String[] in_value) { in RepeatNullableStringArray() method in TestImpl
294 ::ndk::ScopedAStatus RepeatNullableStringArray( in RepeatNullableStringArray() function
560 iface, &ITest::RepeatNullableStringArray, in TEST_P()