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.java3330 public static class ParcelExceptionConnection extends AbstractFuture<IParcelExceptionService>
3334 set(IParcelExceptionService.Stub.asInterface(service));
3342 public IParcelExceptionService get() throws InterruptedException, ExecutionException {
3366 IParcelExceptionService service = connection.get();
3369 IParcelExceptionService.Stub.TRANSACTION_writeBinderThrowException, data, reply,
/cts/tests/tests/os/
DAndroid.bp56 "src/android/os/cts/IParcelExceptionService.aidl",