1{
2  "methods": {
3    "__constructor__(android.content.Context)": {
4      "isImplementation": true,
5      "modifiers": [
6        "protected"
7      ],
8      "params": [
9        "context"
10      ],
11      "returnType": "void",
12      "exceptions": [],
13      "name": "__constructor__(android.content.Context)"
14    },
15    "onForceLoad()": {
16      "isImplementation": true,
17      "modifiers": [
18        "protected"
19      ],
20      "params": [],
21      "returnType": "void",
22      "exceptions": [],
23      "name": "onForceLoad()"
24    }
25  },
26  "imports": [
27    "android.content.Context",
28    "android.support.v4.content.AsyncTaskLoader",
29    "java.util.concurrent.Callable",
30    "java.util.concurrent.ExecutionException",
31    "java.util.concurrent.FutureTask",
32    "org.robolectric.Robolectric",
33    "org.robolectric.annotation.Implementation",
34    "org.robolectric.annotation.Implements",
35    "org.robolectric.annotation.RealObject",
36    "org.robolectric.shadows.support.v4.ShadowAsyncTaskLoader.BackgroundWorker"
37  ],
38  "name": "org.robolectric.shadows.support.v4.ShadowAsyncTaskLoader"
39}