Home
last modified time | relevance | path

Searched refs:IParcelExceptionService (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/os/src/android/os/cts/
DIParcelExceptionService.aidl20 interface IParcelExceptionService { interface
DParcelExceptionService.java31 private static class ParcelExceptionServiceImpl extends IParcelExceptionService.Stub {
DParcelTest.java3317 public static class ParcelExceptionConnection extends AbstractFuture<IParcelExceptionService>
3321 set(IParcelExceptionService.Stub.asInterface(service));
3329 public IParcelExceptionService get() throws InterruptedException, ExecutionException {
3353 IParcelExceptionService service = connection.get();
3356 IParcelExceptionService.Stub.TRANSACTION_writeBinderThrowException, data, reply,
/cts/tests/tests/os/
DAndroid.bp40 "src/android/os/cts/IParcelExceptionService.aidl",