1{
2  "methods": {
3    "__constructor__(int,java.lang.CharSequence)": {
4      "isImplementation": true,
5      "modifiers": [
6        "protected"
7      ],
8      "params": [
9        "id",
10        "label"
11      ],
12      "returnType": "void",
13      "exceptions": [],
14      "name": "__constructor__(int,java.lang.CharSequence)"
15    },
16    "equals(java.lang.Object)": {
17      "isImplementation": true,
18      "modifiers": [
19        "public"
20      ],
21      "params": [
22        "other"
23      ],
24      "returnType": "boolean",
25      "exceptions": [],
26      "name": "equals(java.lang.Object)"
27    },
28    "getId()": {
29      "isImplementation": true,
30      "modifiers": [
31        "protected"
32      ],
33      "params": [],
34      "returnType": "int",
35      "exceptions": [],
36      "name": "getId()"
37    },
38    "getLabel()": {
39      "isImplementation": true,
40      "modifiers": [
41        "protected"
42      ],
43      "params": [],
44      "returnType": "java.lang.CharSequence",
45      "exceptions": [],
46      "name": "getLabel()"
47    },
48    "toString()": {
49      "isImplementation": false,
50      "modifiers": [
51        "public"
52      ],
53      "params": [],
54      "returnType": "java.lang.String",
55      "exceptions": [],
56      "name": "toString()"
57    }
58  },
59  "imports": [
60    "android.os.Build.VERSION_CODES.JELLY_BEAN_MR1",
61    "android.os.Build.VERSION_CODES.JELLY_BEAN_MR2",
62    "android.os.Build.VERSION_CODES.KITKAT",
63    "android.os.Build.VERSION_CODES.LOLLIPOP",
64    "android.os.Build.VERSION_CODES.LOLLIPOP_MR1",
65    "android.os.Build.VERSION_CODES.N",
66    "org.robolectric.RuntimeEnvironment.getApiLevel",
67    "android.graphics.Rect",
68    "android.os.Bundle",
69    "android.os.Parcel",
70    "android.os.Parcelable",
71    "android.util.Pair",
72    "android.util.SparseArray",
73    "android.view.View",
74    "android.view.accessibility.AccessibilityNodeInfo",
75    "android.view.accessibility.AccessibilityNodeInfo.AccessibilityAction",
76    "android.view.accessibility.AccessibilityNodeInfo.CollectionInfo",
77    "android.view.accessibility.AccessibilityNodeInfo.CollectionItemInfo",
78    "android.view.accessibility.AccessibilityNodeInfo.RangeInfo",
79    "android.view.accessibility.AccessibilityWindowInfo",
80    "java.util.ArrayList",
81    "java.util.Collections",
82    "java.util.HashMap",
83    "java.util.Iterator",
84    "java.util.List",
85    "java.util.Map",
86    "org.robolectric.RuntimeEnvironment",
87    "org.robolectric.annotation.Implementation",
88    "org.robolectric.annotation.Implements",
89    "org.robolectric.annotation.RealObject",
90    "org.robolectric.annotation.Resetter",
91    "org.robolectric.shadow.api.Shadow",
92    "org.robolectric.util.ReflectionHelpers",
93    "org.robolectric.util.ReflectionHelpers.ClassParameter"
94  ],
95  "name": "org.robolectric.shadows.ShadowAccessibilityNodeInfo.ShadowAccessibilityAction",
96  "documentation": "Shadow of AccessibilityAction.\n"
97}