1{
2  "methods": {
3    "__constructor__(android.net.Uri)": {
4      "isImplementation": true,
5      "modifiers": [
6        "protected"
7      ],
8      "params": [
9        "uri"
10      ],
11      "returnType": "void",
12      "exceptions": [
13        "java.lang.SecurityException",
14        "java.lang.NoSuchFieldException",
15        "java.lang.IllegalArgumentException",
16        "java.lang.IllegalAccessException"
17      ],
18      "name": "__constructor__(android.net.Uri)"
19    },
20    "__constructor__(int)": {
21      "isImplementation": true,
22      "modifiers": [
23        "protected"
24      ],
25      "params": [
26        "count"
27      ],
28      "returnType": "void",
29      "exceptions": [
30        "java.lang.SecurityException",
31        "java.lang.NoSuchFieldException",
32        "java.lang.IllegalArgumentException",
33        "java.lang.IllegalAccessException"
34      ],
35      "name": "__constructor__(int)"
36    }
37  },
38  "imports": [
39    "android.content.ContentProviderResult",
40    "android.net.Uri",
41    "java.lang.reflect.Field",
42    "org.robolectric.annotation.Implementation",
43    "org.robolectric.annotation.Implements",
44    "org.robolectric.annotation.RealObject"
45  ],
46  "name": "org.robolectric.shadows.ShadowContentProviderResult"
47}