Searched defs:onTransact (Results 1 – 2 of 2) sorted by relevance
38 …protected boolean onTransact(int code, Parcel data, Parcel reply, int flags) throws RemoteExceptio… in onTransact() method in ShadowBinderTest.TestBinder67 …protected boolean onTransact(int code, Parcel data, Parcel reply, int flags) throws RemoteExceptio… in onTransact() method in ShadowBinderTest.TestThrowingBinder
21 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) throws RemoteException { in onTransact() method in ShadowBinderBridge