1{
2  "methods": {
3    "isChangeEnabled(long)": {
4      "isImplementation": true,
5      "modifiers": [
6        "public",
7        "static"
8      ],
9      "params": [
10        "changeId"
11      ],
12      "returnType": "boolean",
13      "exceptions": [],
14      "name": "isChangeEnabled(long)"
15    }
16  },
17  "imports": [
18    "android.os.Build.VERSION_CODES.S",
19    "android.compat.Compatibility",
20    "org.robolectric.annotation.Implementation",
21    "org.robolectric.annotation.Implements"
22  ],
23  "name": "org.robolectric.shadows.ShadowCompatibility"
24}