1{
2  "methods": {
3    "getIntentRedelivery()": {
4      "isImplementation": false,
5      "modifiers": [
6        "public"
7      ],
8      "params": [],
9      "returnType": "boolean",
10      "exceptions": [],
11      "name": "getIntentRedelivery()"
12    },
13    "setIntentRedelivery(boolean)": {
14      "isImplementation": true,
15      "modifiers": [
16        "protected"
17      ],
18      "params": [
19        "enabled"
20      ],
21      "returnType": "void",
22      "exceptions": [],
23      "name": "setIntentRedelivery(boolean)"
24    }
25  },
26  "imports": [
27    "org.robolectric.shadow.api.Shadow.directlyOn",
28    "android.app.IntentService",
29    "org.robolectric.annotation.Implementation",
30    "org.robolectric.annotation.Implements",
31    "org.robolectric.annotation.RealObject",
32    "org.robolectric.util.ReflectionHelpers.ClassParameter"
33  ],
34  "name": "org.robolectric.shadows.ShadowIntentService"
35}