1{
2  "methods": {
3    "getName()": {
4      "isImplementation": true,
5      "modifiers": [
6        "protected"
7      ],
8      "params": [],
9      "returnType": "java.lang.String",
10      "exceptions": [],
11      "name": "getName()"
12    },
13    "makeInputDeviceNamed(java.lang.String)": {
14      "isImplementation": false,
15      "modifiers": [
16        "public",
17        "static"
18      ],
19      "params": [
20        "deviceName"
21      ],
22      "returnType": "android.view.InputDevice",
23      "exceptions": [],
24      "name": "makeInputDeviceNamed(java.lang.String)"
25    },
26    "setDeviceName(java.lang.String)": {
27      "isImplementation": false,
28      "modifiers": [
29        "public"
30      ],
31      "params": [
32        "deviceName"
33      ],
34      "returnType": "void",
35      "exceptions": [],
36      "name": "setDeviceName(java.lang.String)"
37    }
38  },
39  "imports": [
40    "android.view.InputDevice",
41    "org.robolectric.annotation.Implementation",
42    "org.robolectric.annotation.Implements",
43    "org.robolectric.shadow.api.Shadow"
44  ],
45  "name": "org.robolectric.shadows.ShadowInputDevice"
46}