Package org.robolectric.shadows
Class ShadowBinderBridge
- java.lang.Object
-
- org.robolectric.shadows.ShadowBinderBridge
-
@DoNotInstrument public class ShadowBinderBridge extends Object
Bridge between shadow andBinder
.
-
-
Constructor Summary
Constructors Constructor Description ShadowBinderBridge(Binder realBinder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
onTransact(int code, Parcel data, Parcel reply, int flags)
-
-
-
Constructor Detail
-
ShadowBinderBridge
public ShadowBinderBridge(Binder realBinder)
-
-
Method Detail
-
onTransact
public boolean onTransact(int code, Parcel data, Parcel reply, int flags) throws RemoteException
- Throws:
RemoteException
-
-