1{ 2 "methods": { 3 "get(int,int)": { 4 "isImplementation": true, 5 "modifiers": [ 6 "protected" 7 ], 8 "params": [ 9 "keyCode", 10 "metaState" 11 ], 12 "returnType": "int", 13 "exceptions": [], 14 "name": "get(int,int)" 15 }, 16 "getDownEvent(char)": { 17 "isImplementation": false, 18 "modifiers": [ 19 "public" 20 ], 21 "params": [ 22 "a" 23 ], 24 "returnType": "android.view.KeyEvent", 25 "exceptions": [], 26 "name": "getDownEvent(char)" 27 }, 28 "getEvents(char[])": { 29 "isImplementation": true, 30 "modifiers": [ 31 "protected" 32 ], 33 "params": [ 34 "chars" 35 ], 36 "returnType": "android.view.KeyEvent[]", 37 "exceptions": [], 38 "name": "getEvents(char[])" 39 }, 40 "getKeyboardType()": { 41 "isImplementation": true, 42 "modifiers": [ 43 "protected" 44 ], 45 "params": [], 46 "returnType": "int", 47 "exceptions": [], 48 "name": "getKeyboardType()" 49 }, 50 "getMetaState(char)": { 51 "isImplementation": false, 52 "modifiers": [ 53 "private" 54 ], 55 "params": [ 56 "a" 57 ], 58 "returnType": "int", 59 "exceptions": [], 60 "name": "getMetaState(char)" 61 }, 62 "getUpEvent(char)": { 63 "isImplementation": false, 64 "modifiers": [ 65 "public" 66 ], 67 "params": [ 68 "a" 69 ], 70 "returnType": "android.view.KeyEvent", 71 "exceptions": [], 72 "name": "getUpEvent(char)" 73 }, 74 "load(int)": { 75 "isImplementation": true, 76 "modifiers": [ 77 "protected", 78 "static" 79 ], 80 "params": [ 81 "deviceId" 82 ], 83 "returnType": "android.view.KeyCharacterMap", 84 "exceptions": [], 85 "name": "load(int)" 86 }, 87 "toCharKeyCode(char)": { 88 "isImplementation": false, 89 "modifiers": [ 90 "private" 91 ], 92 "params": [ 93 "a" 94 ], 95 "returnType": "int", 96 "exceptions": [], 97 "name": "toCharKeyCode(char)" 98 } 99 }, 100 "imports": [ 101 "android.view.KeyCharacterMap", 102 "android.view.KeyEvent", 103 "java.util.HashMap", 104 "java.util.Map", 105 "org.robolectric.annotation.Implementation", 106 "org.robolectric.annotation.Implements", 107 "org.robolectric.util.ReflectionHelpers" 108 ], 109 "name": "org.robolectric.shadows.ShadowKeyCharacterMap" 110}