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.aidl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/android/aidl/tests/ITestService.aidl b/tests/android/aidl/tests/ITestService.aidl
index 4de6925..91b13b4 100644
--- a/tests/android/aidl/tests/ITestService.aidl
+++ b/tests/android/aidl/tests/ITestService.aidl
@@ -47,6 +47,7 @@ interface ITestService {
float RepeatFloat(float token);
double RepeatDouble(double token);
String RepeatString(String token);
+ Map RepeatMap(in Map token);
SimpleParcelable RepeatSimpleParcelable(in SimpleParcelable input,
out SimpleParcelable repeat);