{ "methods": { "getIntentRedelivery()": { "isImplementation": false, "modifiers": [ "public" ], "params": [], "returnType": "boolean", "exceptions": [], "name": "getIntentRedelivery()" }, "setIntentRedelivery(boolean)": { "isImplementation": true, "modifiers": [ "protected" ], "params": [ "enabled" ], "returnType": "void", "exceptions": [], "name": "setIntentRedelivery(boolean)" } }, "imports": [ "org.robolectric.shadow.api.Shadow.directlyOn", "android.app.IntentService", "org.robolectric.annotation.Implementation", "org.robolectric.annotation.Implements", "org.robolectric.annotation.RealObject", "org.robolectric.util.ReflectionHelpers.ClassParameter" ], "name": "org.robolectric.shadows.ShadowIntentService" }