Searched refs:RepeatNullableStringArray (Results 1 – 5 of 5) sorted by relevance
116 @nullable String[] RepeatNullableStringArray(in @nullable String[] input); in RepeatNullableStringArray() method
583 Assert.assertArrayEquals(null, mInterface.RepeatNullableStringArray(null)); in testNullableArrays()584 Assert.assertArrayEquals(emptyValue, mInterface.RepeatNullableStringArray(emptyValue)); in testNullableArrays()585 Assert.assertArrayEquals(value, mInterface.RepeatNullableStringArray(value)); in testNullableArrays()
371 public String[] RepeatNullableStringArray(String[] in_value) { in RepeatNullableStringArray() method in TestImpl
422 ::ndk::ScopedAStatus RepeatNullableStringArray( in RepeatNullableStringArray() function
894 iface, &ITest::RepeatNullableStringArray, in TEST_P()