1{
2  "methods": {
3    "create(android.content.res.Resources,int[],int[],int[],int,java.lang.CharSequence[])": {
4      "isImplementation": false,
5      "modifiers": [
6        "public",
7        "static"
8      ],
9      "params": [
10        "realResources",
11        "attrs",
12        "data",
13        "indices",
14        "len",
15        "stringData"
16      ],
17      "returnType": "android.content.res.TypedArray",
18      "exceptions": [],
19      "name": "create(android.content.res.Resources,int[],int[],int[],int,java.lang.CharSequence[])"
20    },
21    "dump(android.content.res.TypedArray)": {
22      "isImplementation": false,
23      "modifiers": [
24        "public",
25        "static"
26      ],
27      "params": [
28        "typedArray"
29      ],
30      "returnType": "void",
31      "exceptions": [],
32      "name": "dump(android.content.res.TypedArray)"
33    },
34    "getNonConfigurationString(int,int)": {
35      "isImplementation": true,
36      "modifiers": [
37        "protected"
38      ],
39      "params": [
40        "index",
41        "allowedChangingConfigs"
42      ],
43      "returnType": "java.lang.String",
44      "exceptions": [],
45      "name": "getNonConfigurationString(int,int)"
46    },
47    "getNonResourceString(int)": {
48      "isImplementation": true,
49      "modifiers": [
50        "protected"
51      ],
52      "params": [
53        "index"
54      ],
55      "returnType": "java.lang.String",
56      "exceptions": [],
57      "name": "getNonResourceString(int)"
58    },
59    "getPositionDescription()": {
60      "isImplementation": true,
61      "modifiers": [
62        "protected"
63      ],
64      "params": [],
65      "returnType": "java.lang.String",
66      "exceptions": [],
67      "name": "getPositionDescription()"
68    },
69    "loadStringValueAt(int)": {
70      "isImplementation": true,
71      "modifiers": [
72        "protected"
73      ],
74      "params": [
75        "index"
76      ],
77      "returnType": "java.lang.CharSequence",
78      "exceptions": [],
79      "name": "loadStringValueAt(int)"
80    }
81  },
82  "imports": [
83    "org.robolectric.res.android.AttributeResolution.STYLE_ASSET_COOKIE",
84    "org.robolectric.res.android.AttributeResolution.STYLE_CHANGING_CONFIGURATIONS",
85    "org.robolectric.res.android.AttributeResolution.STYLE_DATA",
86    "org.robolectric.res.android.AttributeResolution.STYLE_DENSITY",
87    "org.robolectric.res.android.AttributeResolution.STYLE_NUM_ENTRIES",
88    "org.robolectric.res.android.AttributeResolution.STYLE_RESOURCE_ID",
89    "org.robolectric.res.android.AttributeResolution.STYLE_TYPE",
90    "org.robolectric.shadow.api.Shadow.directlyOn",
91    "android.annotation.StyleableRes",
92    "android.content.res.Resources",
93    "android.content.res.TypedArray",
94    "android.os.Build",
95    "android.util.TypedValue",
96    "com.google.common.base.Strings",
97    "com.google.common.collect.ImmutableMap",
98    "org.robolectric.RuntimeEnvironment",
99    "org.robolectric.annotation.HiddenApi",
100    "org.robolectric.annotation.Implementation",
101    "org.robolectric.annotation.Implements",
102    "org.robolectric.annotation.RealObject",
103    "org.robolectric.shadow.api.Shadow",
104    "org.robolectric.util.ReflectionHelpers",
105    "org.robolectric.util.ReflectionHelpers.ClassParameter"
106  ],
107  "name": "org.robolectric.shadows.ShadowTypedArray"
108}