Package org.robolectric.shadows
Class ShadowIntentService
java.lang.Object
org.robolectric.shadows.ShadowContextWrapper
org.robolectric.shadows.ShadowService
org.robolectric.shadows.ShadowIntentService
@Implements(android.app.IntentService.class) public class ShadowIntentService extends ShadowService
-
Constructor Summary
Constructors Constructor Description ShadowIntentService() -
Method Summary
Modifier and Type Method Description booleangetIntentRedelivery()protected voidsetIntentRedelivery(boolean enabled)Methods inherited from class org.robolectric.shadows.ShadowService
getLastForegroundNotification, getLastForegroundNotificationId, getNotificationShouldRemoved, getStopSelfId, getStopSelfResultId, isForegroundStopped, isLastForegroundNotificationAttached, isStoppedBySelf, onDestroy, startForeground, stopForeground, stopForeground, stopSelf, stopSelf, stopSelfResultMethods inherited from class org.robolectric.shadows.ShadowContextWrapper
clearBroadcastIntents, clearNextStartedActivities, clearStartedServices, denyPermissions, denyPermissions, getAllStartedServices, getBroadcastIntents, getBroadcastIntentsForUser, getBroadcastOptions, getNextStartedActivity, getNextStartedActivityForResult, getNextStartedService, getNextStoppedService, grantPermissions, grantPermissions, peekNextStartedActivity, peekNextStartedActivityForResult, peekNextStartedService, removeSystemService
-
Constructor Details
-
ShadowIntentService
public ShadowIntentService()
-
-
Method Details
-
getIntentRedelivery
public boolean getIntentRedelivery() -
setIntentRedelivery
-