1{
2  "methods": {
3    "__constructor__()": {
4      "isImplementation": true,
5      "modifiers": [
6        "protected"
7      ],
8      "params": [],
9      "returnType": "void",
10      "exceptions": [],
11      "maxSdk": 20,
12      "name": "__constructor__()"
13    },
14    "__constructor__(android.text.format.Time)": {
15      "isImplementation": true,
16      "modifiers": [
17        "protected"
18      ],
19      "params": [
20        "other"
21      ],
22      "returnType": "void",
23      "exceptions": [],
24      "maxSdk": 20,
25      "name": "__constructor__(android.text.format.Time)"
26    },
27    "__constructor__(java.lang.String)": {
28      "isImplementation": true,
29      "modifiers": [
30        "protected"
31      ],
32      "params": [
33        "timezone"
34      ],
35      "returnType": "void",
36      "exceptions": [],
37      "maxSdk": 20,
38      "name": "__constructor__(java.lang.String)"
39    },
40    "after(android.text.format.Time)": {
41      "isImplementation": true,
42      "modifiers": [
43        "protected"
44      ],
45      "params": [
46        "other"
47      ],
48      "returnType": "boolean",
49      "exceptions": [],
50      "maxSdk": 20,
51      "name": "after(android.text.format.Time)"
52    },
53    "before(android.text.format.Time)": {
54      "isImplementation": true,
55      "modifiers": [
56        "protected"
57      ],
58      "params": [
59        "other"
60      ],
61      "returnType": "boolean",
62      "exceptions": [],
63      "maxSdk": 20,
64      "name": "before(android.text.format.Time)"
65    },
66    "clear(java.lang.String)": {
67      "isImplementation": true,
68      "modifiers": [
69        "protected"
70      ],
71      "params": [
72        "timezone"
73      ],
74      "returnType": "void",
75      "exceptions": [],
76      "maxSdk": 20,
77      "name": "clear(java.lang.String)"
78    },
79    "compare(android.text.format.Time,android.text.format.Time)": {
80      "isImplementation": true,
81      "modifiers": [
82        "protected",
83        "static"
84      ],
85      "params": [
86        "a",
87        "b"
88      ],
89      "returnType": "int",
90      "exceptions": [],
91      "maxSdk": 20,
92      "name": "compare(android.text.format.Time,android.text.format.Time)"
93    },
94    "format(java.lang.String)": {
95      "isImplementation": true,
96      "modifiers": [
97        "protected"
98      ],
99      "params": [
100        "format"
101      ],
102      "returnType": "java.lang.String",
103      "exceptions": [],
104      "maxSdk": 20,
105      "name": "format(java.lang.String)"
106    },
107    "format2445()": {
108      "isImplementation": true,
109      "modifiers": [
110        "protected"
111      ],
112      "params": [],
113      "returnType": "java.lang.String",
114      "exceptions": [],
115      "maxSdk": 20,
116      "name": "format2445()"
117    },
118    "format3339(boolean)": {
119      "isImplementation": true,
120      "modifiers": [
121        "protected"
122      ],
123      "params": [
124        "allDay"
125      ],
126      "returnType": "java.lang.String",
127      "exceptions": [],
128      "maxSdk": 20,
129      "name": "format3339(boolean)"
130    },
131    "getCalendar()": {
132      "isImplementation": false,
133      "modifiers": [
134        "private"
135      ],
136      "params": [],
137      "returnType": "java.util.Calendar",
138      "exceptions": [],
139      "name": "getCalendar()"
140    },
141    "getCurrentTimezone()": {
142      "isImplementation": true,
143      "modifiers": [
144        "protected",
145        "static"
146      ],
147      "params": [],
148      "returnType": "java.lang.String",
149      "exceptions": [],
150      "maxSdk": 20,
151      "name": "getCurrentTimezone()"
152    },
153    "getJulianDay(long,long)": {
154      "isImplementation": true,
155      "modifiers": [
156        "protected",
157        "static"
158      ],
159      "params": [
160        "millis",
161        "gmtoff"
162      ],
163      "returnType": "int",
164      "exceptions": [],
165      "maxSdk": 20,
166      "name": "getJulianDay(long,long)"
167    },
168    "isEpoch(android.text.format.Time)": {
169      "isImplementation": true,
170      "modifiers": [
171        "protected",
172        "static"
173      ],
174      "params": [
175        "time"
176      ],
177      "returnType": "boolean",
178      "exceptions": [],
179      "maxSdk": 20,
180      "name": "isEpoch(android.text.format.Time)"
181    },
182    "parse(java.lang.String)": {
183      "isImplementation": true,
184      "modifiers": [
185        "protected"
186      ],
187      "params": [
188        "timeString"
189      ],
190      "returnType": "boolean",
191      "exceptions": [],
192      "maxSdk": 20,
193      "name": "parse(java.lang.String)"
194    },
195    "parse3339(java.lang.String)": {
196      "isImplementation": true,
197      "modifiers": [
198        "protected"
199      ],
200      "params": [
201        "rfc3339String"
202      ],
203      "returnType": "boolean",
204      "exceptions": [],
205      "maxSdk": 20,
206      "name": "parse3339(java.lang.String)"
207    },
208    "set(android.text.format.Time)": {
209      "isImplementation": true,
210      "modifiers": [
211        "protected"
212      ],
213      "params": [
214        "other"
215      ],
216      "returnType": "void",
217      "exceptions": [],
218      "maxSdk": 20,
219      "name": "set(android.text.format.Time)"
220    },
221    "set(int,int,int)": {
222      "isImplementation": true,
223      "modifiers": [
224        "protected"
225      ],
226      "params": [
227        "monthDay",
228        "month",
229        "year"
230      ],
231      "returnType": "void",
232      "exceptions": [],
233      "maxSdk": 20,
234      "name": "set(int,int,int)"
235    },
236    "set(int,int,int,int,int,int)": {
237      "isImplementation": true,
238      "modifiers": [
239        "protected"
240      ],
241      "params": [
242        "second",
243        "minute",
244        "hour",
245        "monthDay",
246        "month",
247        "year"
248      ],
249      "returnType": "void",
250      "exceptions": [],
251      "maxSdk": 20,
252      "name": "set(int,int,int,int,int,int)"
253    },
254    "set(long)": {
255      "isImplementation": true,
256      "modifiers": [
257        "protected"
258      ],
259      "params": [
260        "millis"
261      ],
262      "returnType": "void",
263      "exceptions": [],
264      "maxSdk": 20,
265      "name": "set(long)"
266    },
267    "setJulianDay(int)": {
268      "isImplementation": true,
269      "modifiers": [
270        "protected"
271      ],
272      "params": [
273        "julianDay"
274      ],
275      "returnType": "long",
276      "exceptions": [],
277      "maxSdk": 20,
278      "name": "setJulianDay(int)"
279    },
280    "setToNow()": {
281      "isImplementation": true,
282      "modifiers": [
283        "protected"
284      ],
285      "params": [],
286      "returnType": "void",
287      "exceptions": [],
288      "maxSdk": 20,
289      "name": "setToNow()"
290    },
291    "switchTimezone(java.lang.String)": {
292      "isImplementation": true,
293      "modifiers": [
294        "protected"
295      ],
296      "params": [
297        "timezone"
298      ],
299      "returnType": "void",
300      "exceptions": [],
301      "maxSdk": 20,
302      "name": "switchTimezone(java.lang.String)"
303    },
304    "throwTimeFormatException(java.lang.String)": {
305      "isImplementation": false,
306      "modifiers": [
307        "private"
308      ],
309      "params": [
310        "optionalMessage"
311      ],
312      "returnType": "void",
313      "exceptions": [],
314      "name": "throwTimeFormatException(java.lang.String)"
315    },
316    "toMillis(boolean)": {
317      "isImplementation": true,
318      "modifiers": [
319        "protected"
320      ],
321      "params": [
322        "ignoreDst"
323      ],
324      "returnType": "long",
325      "exceptions": [],
326      "maxSdk": 20,
327      "name": "toMillis(boolean)"
328    }
329  },
330  "imports": [
331    "android.os.Build.VERSION_CODES.KITKAT_WATCH",
332    "org.robolectric.util.ReflectionHelpers.ClassParameter.from",
333    "android.text.format.Time",
334    "android.util.TimeFormatException",
335    "java.text.ParseException",
336    "java.text.SimpleDateFormat",
337    "java.util.Calendar",
338    "java.util.Date",
339    "java.util.Locale",
340    "java.util.TimeZone",
341    "org.robolectric.annotation.Implementation",
342    "org.robolectric.annotation.Implements",
343    "org.robolectric.annotation.RealObject",
344    "org.robolectric.util.ReflectionHelpers",
345    "org.robolectric.util.Strftime"
346  ],
347  "name": "org.robolectric.shadows.ShadowTime"
348}