Searched refs:RepeatNullableStringArray (Results 1 – 5 of 5) sorted by relevance
119 @nullable String[] RepeatNullableStringArray(in @nullable String[] input); in RepeatNullableStringArray() method
650 Assert.assertArrayEquals(null, mInterface.RepeatNullableStringArray(null)); in testNullableArrays()651 Assert.assertArrayEquals(emptyValue, mInterface.RepeatNullableStringArray(emptyValue)); in testNullableArrays()652 Assert.assertArrayEquals(value, mInterface.RepeatNullableStringArray(value)); in testNullableArrays()
377 public String[] RepeatNullableStringArray(String[] in_value) { in RepeatNullableStringArray() method in TestImpl
428 ::ndk::ScopedAStatus RepeatNullableStringArray( in RepeatNullableStringArray() function
1153 iface, &ITest::RepeatNullableStringArray, in TEST_P()