1{
2  "methods": {
3    "addTab(android.widget.TabHost.TabSpec)": {
4      "isImplementation": true,
5      "modifiers": [
6        "protected"
7      ],
8      "params": [
9        "tabSpec"
10      ],
11      "returnType": "void",
12      "exceptions": [],
13      "name": "addTab(android.widget.TabHost.TabSpec)"
14    },
15    "getCurrentTab()": {
16      "isImplementation": true,
17      "modifiers": [
18        "protected"
19      ],
20      "params": [],
21      "returnType": "int",
22      "exceptions": [],
23      "name": "getCurrentTab()"
24    },
25    "getCurrentTabSpec()": {
26      "isImplementation": false,
27      "modifiers": [
28        "public"
29      ],
30      "params": [],
31      "returnType": "android.widget.TabHost.TabSpec",
32      "exceptions": [],
33      "name": "getCurrentTabSpec()"
34    },
35    "getCurrentTabTag()": {
36      "isImplementation": true,
37      "modifiers": [
38        "protected"
39      ],
40      "params": [],
41      "returnType": "java.lang.String",
42      "exceptions": [],
43      "name": "getCurrentTabTag()"
44    },
45    "getCurrentView()": {
46      "isImplementation": true,
47      "modifiers": [
48        "protected"
49      ],
50      "params": [],
51      "returnType": "android.view.View",
52      "exceptions": [],
53      "name": "getCurrentView()"
54    },
55    "getSpecByTag(java.lang.String)": {
56      "isImplementation": false,
57      "modifiers": [
58        "public"
59      ],
60      "params": [
61        "tag"
62      ],
63      "returnType": "android.widget.TabHost.TabSpec",
64      "exceptions": [],
65      "name": "getSpecByTag(java.lang.String)"
66    },
67    "getTabWidget()": {
68      "isImplementation": true,
69      "modifiers": [
70        "protected"
71      ],
72      "params": [],
73      "returnType": "android.widget.TabWidget",
74      "exceptions": [],
75      "name": "getTabWidget()"
76    },
77    "newTabSpec(java.lang.String)": {
78      "isImplementation": true,
79      "modifiers": [
80        "protected"
81      ],
82      "params": [
83        "tag"
84      ],
85      "returnType": "android.widget.TabHost.TabSpec",
86      "exceptions": [],
87      "name": "newTabSpec(java.lang.String)"
88    },
89    "setCurrentTab(int)": {
90      "isImplementation": true,
91      "modifiers": [
92        "protected"
93      ],
94      "params": [
95        "index"
96      ],
97      "returnType": "void",
98      "exceptions": [],
99      "name": "setCurrentTab(int)"
100    },
101    "setCurrentTabByTag(java.lang.String)": {
102      "isImplementation": true,
103      "modifiers": [
104        "protected"
105      ],
106      "params": [
107        "tag"
108      ],
109      "returnType": "void",
110      "exceptions": [],
111      "name": "setCurrentTabByTag(java.lang.String)"
112    },
113    "setOnTabChangedListener(android.widget.TabHost.OnTabChangeListener)": {
114      "isImplementation": true,
115      "modifiers": [
116        "protected"
117      ],
118      "params": [
119        "listener"
120      ],
121      "returnType": "void",
122      "exceptions": [],
123      "name": "setOnTabChangedListener(android.widget.TabHost.OnTabChangeListener)"
124    }
125  },
126  "imports": [
127    "android.R",
128    "android.app.Activity",
129    "android.content.Context",
130    "android.content.Intent",
131    "android.graphics.drawable.Drawable",
132    "android.view.View",
133    "android.widget.TabHost",
134    "android.widget.TabHost.TabSpec",
135    "android.widget.TabWidget",
136    "java.util.ArrayList",
137    "java.util.List",
138    "org.robolectric.annotation.Implementation",
139    "org.robolectric.annotation.Implements",
140    "org.robolectric.annotation.RealObject",
141    "org.robolectric.shadow.api.Shadow",
142    "org.robolectric.shadows.ShadowTabHost.ShadowTabSpec"
143  ],
144  "name": "org.robolectric.shadows.ShadowTabHost"
145}