summaryrefslogtreecommitdiffstats
path: root/tests/android
diff options
context:
space:
mode:
authorChristopher Wiley <wiley@google.com>2015-11-28 16:58:06 -0800
committerChristopher Wiley <wiley@google.com>2015-12-10 14:53:38 -0800
commit7621d4d0592fbf3fb396d0c092a8e41c3c8215cd (patch)
tree80a5ea7e9115c0384ddb72c58ac20bcf707d458e /tests/android
parent546d27d8776c91d0769202b82d9d81405e8ab5d7 (diff)
downloadandroid_system_tools_aidl-7621d4d0592fbf3fb396d0c092a8e41c3c8215cd.tar.gz
android_system_tools_aidl-7621d4d0592fbf3fb396d0c092a8e41c3c8215cd.tar.bz2
android_system_tools_aidl-7621d4d0592fbf3fb396d0c092a8e41c3c8215cd.zip
Integration test for application specific exceptions
Bug: 25800533 Test: Integration tests pass Change-Id: Iaf742a29509b1280c5db7c7231a4fac538a07574
Diffstat (limited to 'tests/android')
-rw-r--r--tests/android/aidl/tests/ITestService.aidl3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/android/aidl/tests/ITestService.aidl b/tests/android/aidl/tests/ITestService.aidl
index db80a87..e26bc87 100644
--- a/tests/android/aidl/tests/ITestService.aidl
+++ b/tests/android/aidl/tests/ITestService.aidl
@@ -62,4 +62,7 @@ interface ITestService {
FileDescriptor RepeatFileDescriptor(in FileDescriptor read);
FileDescriptor[] ReverseFileDescriptorArray(in FileDescriptor[] input,
out FileDescriptor[] repeated);
+
+ // Test that service specific exceptions work correctly.
+ void ThrowServiceException(int code);
}