1{
2  "methods": {
3    "getIntProperty(int)": {
4      "isImplementation": true,
5      "modifiers": [
6        "protected"
7      ],
8      "params": [
9        "id"
10      ],
11      "returnType": "int",
12      "exceptions": [],
13      "minSdk": 21,
14      "name": "getIntProperty(int)"
15    },
16    "getLongProperty(int)": {
17      "isImplementation": true,
18      "modifiers": [
19        "protected"
20      ],
21      "params": [
22        "id"
23      ],
24      "returnType": "long",
25      "exceptions": [],
26      "minSdk": 21,
27      "name": "getLongProperty(int)"
28    },
29    "isCharging()": {
30      "isImplementation": true,
31      "modifiers": [
32        "protected"
33      ],
34      "params": [],
35      "returnType": "boolean",
36      "exceptions": [],
37      "minSdk": 23,
38      "name": "isCharging()"
39    },
40    "setIntProperty(int,int)": {
41      "isImplementation": false,
42      "modifiers": [
43        "public"
44      ],
45      "params": [
46        "id",
47        "value"
48      ],
49      "returnType": "void",
50      "exceptions": [],
51      "name": "setIntProperty(int,int)"
52    },
53    "setIsCharging(boolean)": {
54      "isImplementation": false,
55      "modifiers": [
56        "public"
57      ],
58      "params": [
59        "charging"
60      ],
61      "returnType": "void",
62      "exceptions": [],
63      "name": "setIsCharging(boolean)"
64    },
65    "setLongProperty(int,long)": {
66      "isImplementation": false,
67      "modifiers": [
68        "public"
69      ],
70      "params": [
71        "id",
72        "value"
73      ],
74      "returnType": "void",
75      "exceptions": [],
76      "name": "setLongProperty(int,long)"
77    }
78  },
79  "imports": [
80    "android.os.Build.VERSION_CODES.LOLLIPOP",
81    "android.os.Build.VERSION_CODES.M",
82    "android.os.BatteryManager",
83    "java.util.HashMap",
84    "java.util.Map",
85    "org.robolectric.annotation.Implementation",
86    "org.robolectric.annotation.Implements"
87  ],
88  "name": "org.robolectric.shadows.ShadowBatteryManager"
89}