1{ 2 "methods": { 3 "__constructor__(android.content.Context,int)": { 4 "isImplementation": true, 5 "modifiers": [ 6 "protected" 7 ], 8 "params": [ 9 "context", 10 "hostId" 11 ], 12 "returnType": "void", 13 "exceptions": [], 14 "name": "__constructor__(android.content.Context,int)" 15 }, 16 "allocateAppWidgetId()": { 17 "isImplementation": true, 18 "modifiers": [ 19 "protected" 20 ], 21 "params": [], 22 "returnType": "int", 23 "exceptions": [], 24 "name": "allocateAppWidgetId()" 25 }, 26 "createView(android.content.Context,int,android.appwidget.AppWidgetProviderInfo)": { 27 "isImplementation": true, 28 "modifiers": [ 29 "protected" 30 ], 31 "params": [ 32 "context", 33 "appWidgetId", 34 "appWidget" 35 ], 36 "returnType": "android.appwidget.AppWidgetHostView", 37 "exceptions": [], 38 "name": "createView(android.content.Context,int,android.appwidget.AppWidgetProviderInfo)" 39 }, 40 "getContext()": { 41 "isImplementation": false, 42 "modifiers": [ 43 "public" 44 ], 45 "params": [], 46 "returnType": "android.content.Context", 47 "exceptions": [], 48 "name": "getContext()" 49 }, 50 "getHostId()": { 51 "isImplementation": false, 52 "modifiers": [ 53 "public" 54 ], 55 "params": [], 56 "returnType": "int", 57 "exceptions": [], 58 "name": "getHostId()" 59 }, 60 "setAppWidgetIdToAllocate(int)": { 61 "isImplementation": false, 62 "modifiers": [ 63 "public" 64 ], 65 "params": [ 66 "idToAllocate" 67 ], 68 "returnType": "void", 69 "exceptions": [], 70 "name": "setAppWidgetIdToAllocate(int)" 71 } 72 }, 73 "imports": [ 74 "android.appwidget.AppWidgetHost", 75 "android.appwidget.AppWidgetHostView", 76 "android.appwidget.AppWidgetProviderInfo", 77 "android.content.Context", 78 "org.robolectric.annotation.Implementation", 79 "org.robolectric.annotation.Implements", 80 "org.robolectric.annotation.RealObject", 81 "org.robolectric.shadow.api.Shadow" 82 ], 83 "name": "org.robolectric.shadows.ShadowAppWidgetHost" 84}