1{ 2 "methods": { 3 "getGlobalActionsPerformed()": { 4 "isImplementation": false, 5 "modifiers": [ 6 "public" 7 ], 8 "params": [], 9 "returnType": "java.util.List\u003cjava.lang.Integer\u003e", 10 "exceptions": [], 11 "name": "getGlobalActionsPerformed()" 12 }, 13 "performGlobalAction(int)": { 14 "isImplementation": true, 15 "modifiers": [ 16 "protected", 17 "final" 18 ], 19 "params": [ 20 "action" 21 ], 22 "returnType": "boolean", 23 "exceptions": [], 24 "name": "performGlobalAction(int)" 25 } 26 }, 27 "imports": [ 28 "android.accessibilityservice.AccessibilityService", 29 "java.util.ArrayList", 30 "java.util.List", 31 "org.robolectric.annotation.Implementation", 32 "org.robolectric.annotation.Implements" 33 ], 34 "name": "org.robolectric.shadows.ShadowAccessibilityService", 35 "documentation": "Shadow of AccessibilityService that saves global actions to a list.\n" 36}