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.AsyncTaskLoader",
28    "android.content.Context",
29    "java.util.concurrent.Callable",
30    "java.util.concurrent.ExecutionException",
31    "java.util.concurrent.FutureTask",
32    "org.robolectric.annotation.Implementation",
33    "org.robolectric.annotation.Implements",
34    "org.robolectric.annotation.RealObject",
35    "org.robolectric.shadows.ShadowAsyncTaskLoader.BackgroundWorker"
36  ],
37  "name": "org.robolectric.shadows.ShadowAsyncTaskLoader"
38}