Package org.robolectric.shadows
Class ShadowInstrumentation.ServiceConnectionDataWrapper
java.lang.Object
org.robolectric.shadows.ShadowInstrumentation.ServiceConnectionDataWrapper
- Enclosing class:
ShadowInstrumentation
Contains the necessary information for imitating proper Android service binding.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionServiceConnectionDataWrapper(ComponentName componentNameForBindService, IBinder binderForBindService) -
Method Summary
-
Field Details
-
componentNameForBindService
-
binderForBindService
-
-
Constructor Details
-
ServiceConnectionDataWrapper
public ServiceConnectionDataWrapper(ComponentName componentNameForBindService, IBinder binderForBindService)
-