1{ 2 "methods": { 3 "getDevice()": { 4 "isImplementation": true, 5 "modifiers": [ 6 "protected" 7 ], 8 "params": [], 9 "returnType": "android.view.InputDevice", 10 "exceptions": [], 11 "name": "getDevice()" 12 }, 13 "setDevice(android.view.InputDevice)": { 14 "isImplementation": false, 15 "modifiers": [ 16 "public" 17 ], 18 "params": [ 19 "device" 20 ], 21 "returnType": "void", 22 "exceptions": [], 23 "name": "setDevice(android.view.InputDevice)" 24 } 25 }, 26 "imports": [ 27 "android.view.InputDevice", 28 "android.view.InputEvent", 29 "org.robolectric.annotation.Implementation", 30 "org.robolectric.annotation.Implements" 31 ], 32 "name": "org.robolectric.shadows.ShadowInputEvent" 33}