Class IntentServiceController<T extends IntentService>
java.lang.Object
org.robolectric.android.controller.ComponentController<IntentServiceController<T>,T>
org.robolectric.android.controller.IntentServiceController<T>
public class IntentServiceController<T extends IntentService>
extends ComponentController<IntentServiceController<T>,T>
-
Field Summary
Fields inherited from class org.robolectric.android.controller.ComponentController
attached, component, intent, myself, shadowMainLooper
-
Method Summary
Modifier and TypeMethodDescriptionbind()
create()
destroy()
static <T extends IntentService>
IntentServiceController<T>rebind()
startCommand
(int flags, int startId) unbind()
Methods inherited from class org.robolectric.android.controller.ComponentController
get, getIntent, invokeWhilePaused, invokeWhilePaused
-
Method Details
-
of
-
bind
-
create
- Specified by:
create
in classComponentController<IntentServiceController<T extends IntentService>,
T extends IntentService>
-
destroy
- Specified by:
destroy
in classComponentController<IntentServiceController<T extends IntentService>,
T extends IntentService>
-
rebind
-
startCommand
-
unbind
-
handleIntent
-