Home
last modified time | relevance | path

Searched defs:onTransact (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowBinderTest.java38 …protected boolean onTransact(int code, Parcel data, Parcel reply, int flags) throws RemoteExceptio… in onTransact() method in ShadowBinderTest.TestBinder
67 …protected boolean onTransact(int code, Parcel data, Parcel reply, int flags) throws RemoteExceptio… in onTransact() method in ShadowBinderTest.TestThrowingBinder
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBinderBridge.java21 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) throws RemoteException { in onTransact() method in ShadowBinderBridge