1{ 2 "methods": { 3 "send(int,android.os.Bundle)": { 4 "isImplementation": true, 5 "modifiers": [ 6 "protected" 7 ], 8 "params": [ 9 "resultCode", 10 "resultData" 11 ], 12 "returnType": "void", 13 "exceptions": [], 14 "name": "send(int,android.os.Bundle)" 15 } 16 }, 17 "imports": [ 18 "android.os.Bundle", 19 "android.os.ResultReceiver", 20 "org.robolectric.annotation.Implementation", 21 "org.robolectric.annotation.Implements", 22 "org.robolectric.annotation.RealObject", 23 "org.robolectric.util.ReflectionHelpers", 24 "org.robolectric.util.ReflectionHelpers.ClassParameter" 25 ], 26 "name": "org.robolectric.shadows.ShadowResultReceiver" 27}