1{
2  "methods": {
3    "dispatchChange(boolean)": {
4      "isImplementation": true,
5      "modifiers": [
6        "protected"
7      ],
8      "params": [
9        "selfChange"
10      ],
11      "returnType": "void",
12      "exceptions": [],
13      "name": "dispatchChange(boolean)"
14    },
15    "dispatchChange(boolean,android.net.Uri)": {
16      "isImplementation": true,
17      "modifiers": [
18        "protected"
19      ],
20      "params": [
21        "selfChange",
22        "uri"
23      ],
24      "returnType": "void",
25      "exceptions": [],
26      "name": "dispatchChange(boolean,android.net.Uri)"
27    }
28  },
29  "imports": [
30    "android.database.ContentObserver",
31    "android.net.Uri",
32    "org.robolectric.annotation.Implementation",
33    "org.robolectric.annotation.Implements",
34    "org.robolectric.annotation.RealObject"
35  ],
36  "name": "org.robolectric.shadows.ShadowContentObserver"
37}