1{
2  "methods": {
3    "getResourceId()": {
4      "isImplementation": false,
5      "modifiers": [
6        "public"
7      ],
8      "params": [],
9      "returnType": "int",
10      "exceptions": [],
11      "name": "getResourceId()"
12    },
13    "getTextViewResourceId()": {
14      "isImplementation": false,
15      "modifiers": [
16        "public"
17      ],
18      "params": [],
19      "returnType": "int",
20      "exceptions": [],
21      "name": "getTextViewResourceId()"
22    }
23  },
24  "imports": [
25    "android.widget.ArrayAdapter",
26    "org.robolectric.annotation.Implements",
27    "org.robolectric.annotation.RealObject",
28    "org.robolectric.util.ReflectionHelpers"
29  ],
30  "name": "org.robolectric.shadows.ShadowArrayAdapter"
31}