Searched defs:RepeatStringNullableLater (Results 1 – 9 of 9) sorted by relevance
414 ::ndk::ScopedAStatus RepeatStringNullableLater(const std::string& in_value, in RepeatStringNullableLater() function420 ::ndk::ScopedAStatus RepeatStringNullableLater( in RepeatStringNullableLater() function
795 TEST_P(NdkBinderTest_Aidl, RepeatStringNullableLater) { in TEST_P() argument
122 @nullable String RepeatStringNullableLater(@nullable String repeated); in RepeatStringNullableLater() method
63 @nullable String RepeatStringNullableLater(@nullable String repeated); in RepeatStringNullableLater() method
63 String RepeatStringNullableLater(String repeated); in RepeatStringNullableLater() method
80 @nullable String RepeatStringNullableLater(@nullable String repeated); in RepeatStringNullableLater() method
397 public String RepeatStringNullableLater(String in_value) { in RepeatStringNullableLater() method in TestImpl