summaryrefslogtreecommitdiffstats
path: root/tests/android/aidl/tests/ITestService.aidl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/android/aidl/tests/ITestService.aidl')
-rw-r--r--tests/android/aidl/tests/ITestService.aidl4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/android/aidl/tests/ITestService.aidl b/tests/android/aidl/tests/ITestService.aidl
index 91b13b4..1f2ae8c 100644
--- a/tests/android/aidl/tests/ITestService.aidl
+++ b/tests/android/aidl/tests/ITestService.aidl
@@ -104,6 +104,10 @@ interface ITestService {
@utf8InCpp String[] ReverseUtf8CppString (in @utf8InCpp String[] input,
out @utf8InCpp String[] repeated);
+ @nullable @utf8InCpp String[] ReverseNullableUtf8CppString (
+ in @nullable @utf8InCpp String[] input,
+ out @nullable @utf8InCpp String[] repeated);
+
@nullable @utf8InCpp List<String> ReverseUtf8CppStringList(
in @nullable @utf8InCpp List<String> input,
out @nullable @utf8InCpp List<String> repeated);