1{
2  "methods": {
3    "__constructor__(android.database.Cursor)": {
4      "isImplementation": true,
5      "modifiers": [
6        "protected"
7      ],
8      "params": [
9        "c"
10      ],
11      "returnType": "void",
12      "exceptions": [],
13      "name": "__constructor__(android.database.Cursor)"
14    },
15    "close()": {
16      "isImplementation": true,
17      "modifiers": [
18        "public"
19      ],
20      "params": [],
21      "returnType": "void",
22      "exceptions": [],
23      "name": "close()"
24    },
25    "copyStringToBuffer(int,android.database.CharArrayBuffer)": {
26      "isImplementation": true,
27      "modifiers": [
28        "public"
29      ],
30      "params": [
31        "i",
32        "charArrayBuffer"
33      ],
34      "returnType": "void",
35      "exceptions": [],
36      "name": "copyStringToBuffer(int,android.database.CharArrayBuffer)"
37    },
38    "deactivate()": {
39      "isImplementation": true,
40      "modifiers": [
41        "public"
42      ],
43      "params": [],
44      "returnType": "void",
45      "exceptions": [],
46      "name": "deactivate()"
47    },
48    "getBlob(int)": {
49      "isImplementation": true,
50      "modifiers": [
51        "public"
52      ],
53      "params": [
54        "i"
55      ],
56      "returnType": "byte[]",
57      "exceptions": [],
58      "name": "getBlob(int)"
59    },
60    "getColumnCount()": {
61      "isImplementation": true,
62      "modifiers": [
63        "public"
64      ],
65      "params": [],
66      "returnType": "int",
67      "exceptions": [],
68      "name": "getColumnCount()"
69    },
70    "getColumnIndex(java.lang.String)": {
71      "isImplementation": true,
72      "modifiers": [
73        "public"
74      ],
75      "params": [
76        "s"
77      ],
78      "returnType": "int",
79      "exceptions": [],
80      "name": "getColumnIndex(java.lang.String)"
81    },
82    "getColumnIndexOrThrow(java.lang.String)": {
83      "isImplementation": true,
84      "modifiers": [
85        "public"
86      ],
87      "params": [
88        "s"
89      ],
90      "returnType": "int",
91      "exceptions": [
92        "java.lang.IllegalArgumentException"
93      ],
94      "name": "getColumnIndexOrThrow(java.lang.String)"
95    },
96    "getColumnName(int)": {
97      "isImplementation": true,
98      "modifiers": [
99        "public"
100      ],
101      "params": [
102        "i"
103      ],
104      "returnType": "java.lang.String",
105      "exceptions": [],
106      "name": "getColumnName(int)"
107    },
108    "getColumnNames()": {
109      "isImplementation": true,
110      "modifiers": [
111        "public"
112      ],
113      "params": [],
114      "returnType": "java.lang.String[]",
115      "exceptions": [],
116      "name": "getColumnNames()"
117    },
118    "getCount()": {
119      "isImplementation": true,
120      "modifiers": [
121        "public"
122      ],
123      "params": [],
124      "returnType": "int",
125      "exceptions": [],
126      "name": "getCount()"
127    },
128    "getDouble(int)": {
129      "isImplementation": true,
130      "modifiers": [
131        "public"
132      ],
133      "params": [
134        "i"
135      ],
136      "returnType": "double",
137      "exceptions": [],
138      "name": "getDouble(int)"
139    },
140    "getExtras()": {
141      "isImplementation": true,
142      "modifiers": [
143        "public"
144      ],
145      "params": [],
146      "returnType": "android.os.Bundle",
147      "exceptions": [],
148      "name": "getExtras()"
149    },
150    "getFloat(int)": {
151      "isImplementation": true,
152      "modifiers": [
153        "public"
154      ],
155      "params": [
156        "i"
157      ],
158      "returnType": "float",
159      "exceptions": [],
160      "name": "getFloat(int)"
161    },
162    "getInt(int)": {
163      "isImplementation": true,
164      "modifiers": [
165        "public"
166      ],
167      "params": [
168        "i"
169      ],
170      "returnType": "int",
171      "exceptions": [],
172      "name": "getInt(int)"
173    },
174    "getLong(int)": {
175      "isImplementation": true,
176      "modifiers": [
177        "public"
178      ],
179      "params": [
180        "i"
181      ],
182      "returnType": "long",
183      "exceptions": [],
184      "name": "getLong(int)"
185    },
186    "getNotificationUri()": {
187      "isImplementation": true,
188      "modifiers": [
189        "public"
190      ],
191      "params": [],
192      "returnType": "android.net.Uri",
193      "exceptions": [],
194      "minSdk": 19,
195      "name": "getNotificationUri()"
196    },
197    "getPosition()": {
198      "isImplementation": true,
199      "modifiers": [
200        "public"
201      ],
202      "params": [],
203      "returnType": "int",
204      "exceptions": [],
205      "name": "getPosition()"
206    },
207    "getShort(int)": {
208      "isImplementation": true,
209      "modifiers": [
210        "public"
211      ],
212      "params": [
213        "i"
214      ],
215      "returnType": "short",
216      "exceptions": [],
217      "name": "getShort(int)"
218    },
219    "getString(int)": {
220      "isImplementation": true,
221      "modifiers": [
222        "public"
223      ],
224      "params": [
225        "i"
226      ],
227      "returnType": "java.lang.String",
228      "exceptions": [],
229      "name": "getString(int)"
230    },
231    "getType(int)": {
232      "isImplementation": true,
233      "modifiers": [
234        "public"
235      ],
236      "params": [
237        "columnIndex"
238      ],
239      "returnType": "int",
240      "exceptions": [],
241      "name": "getType(int)"
242    },
243    "getWantsAllOnMoveCalls()": {
244      "isImplementation": true,
245      "modifiers": [
246        "public"
247      ],
248      "params": [],
249      "returnType": "boolean",
250      "exceptions": [],
251      "name": "getWantsAllOnMoveCalls()"
252    },
253    "getWrappedCursor()": {
254      "isImplementation": true,
255      "modifiers": [
256        "protected"
257      ],
258      "params": [],
259      "returnType": "android.database.Cursor",
260      "exceptions": [],
261      "name": "getWrappedCursor()"
262    },
263    "isAfterLast()": {
264      "isImplementation": true,
265      "modifiers": [
266        "public"
267      ],
268      "params": [],
269      "returnType": "boolean",
270      "exceptions": [],
271      "name": "isAfterLast()"
272    },
273    "isBeforeFirst()": {
274      "isImplementation": true,
275      "modifiers": [
276        "public"
277      ],
278      "params": [],
279      "returnType": "boolean",
280      "exceptions": [],
281      "name": "isBeforeFirst()"
282    },
283    "isClosed()": {
284      "isImplementation": true,
285      "modifiers": [
286        "public"
287      ],
288      "params": [],
289      "returnType": "boolean",
290      "exceptions": [],
291      "name": "isClosed()"
292    },
293    "isFirst()": {
294      "isImplementation": true,
295      "modifiers": [
296        "public"
297      ],
298      "params": [],
299      "returnType": "boolean",
300      "exceptions": [],
301      "name": "isFirst()"
302    },
303    "isLast()": {
304      "isImplementation": true,
305      "modifiers": [
306        "public"
307      ],
308      "params": [],
309      "returnType": "boolean",
310      "exceptions": [],
311      "name": "isLast()"
312    },
313    "isNull(int)": {
314      "isImplementation": true,
315      "modifiers": [
316        "public"
317      ],
318      "params": [
319        "i"
320      ],
321      "returnType": "boolean",
322      "exceptions": [],
323      "name": "isNull(int)"
324    },
325    "move(int)": {
326      "isImplementation": true,
327      "modifiers": [
328        "public"
329      ],
330      "params": [
331        "i"
332      ],
333      "returnType": "boolean",
334      "exceptions": [],
335      "name": "move(int)"
336    },
337    "moveToFirst()": {
338      "isImplementation": true,
339      "modifiers": [
340        "public"
341      ],
342      "params": [],
343      "returnType": "boolean",
344      "exceptions": [],
345      "name": "moveToFirst()"
346    },
347    "moveToLast()": {
348      "isImplementation": true,
349      "modifiers": [
350        "public"
351      ],
352      "params": [],
353      "returnType": "boolean",
354      "exceptions": [],
355      "name": "moveToLast()"
356    },
357    "moveToNext()": {
358      "isImplementation": true,
359      "modifiers": [
360        "public"
361      ],
362      "params": [],
363      "returnType": "boolean",
364      "exceptions": [],
365      "name": "moveToNext()"
366    },
367    "moveToPosition(int)": {
368      "isImplementation": true,
369      "modifiers": [
370        "public"
371      ],
372      "params": [
373        "i"
374      ],
375      "returnType": "boolean",
376      "exceptions": [],
377      "name": "moveToPosition(int)"
378    },
379    "moveToPrevious()": {
380      "isImplementation": true,
381      "modifiers": [
382        "public"
383      ],
384      "params": [],
385      "returnType": "boolean",
386      "exceptions": [],
387      "name": "moveToPrevious()"
388    },
389    "registerContentObserver(android.database.ContentObserver)": {
390      "isImplementation": true,
391      "modifiers": [
392        "public"
393      ],
394      "params": [
395        "contentObserver"
396      ],
397      "returnType": "void",
398      "exceptions": [],
399      "name": "registerContentObserver(android.database.ContentObserver)"
400    },
401    "registerDataSetObserver(android.database.DataSetObserver)": {
402      "isImplementation": true,
403      "modifiers": [
404        "public"
405      ],
406      "params": [
407        "dataSetObserver"
408      ],
409      "returnType": "void",
410      "exceptions": [],
411      "name": "registerDataSetObserver(android.database.DataSetObserver)"
412    },
413    "requery()": {
414      "isImplementation": true,
415      "modifiers": [
416        "public"
417      ],
418      "params": [],
419      "returnType": "boolean",
420      "exceptions": [],
421      "name": "requery()"
422    },
423    "respond(android.os.Bundle)": {
424      "isImplementation": true,
425      "modifiers": [
426        "public"
427      ],
428      "params": [
429        "bundle"
430      ],
431      "returnType": "android.os.Bundle",
432      "exceptions": [],
433      "name": "respond(android.os.Bundle)"
434    },
435    "setExtras(android.os.Bundle)": {
436      "isImplementation": true,
437      "modifiers": [
438        "public"
439      ],
440      "params": [
441        "extras"
442      ],
443      "returnType": "void",
444      "exceptions": [],
445      "minSdk": 23,
446      "name": "setExtras(android.os.Bundle)"
447    },
448    "setNotificationUri(android.content.ContentResolver,android.net.Uri)": {
449      "isImplementation": true,
450      "modifiers": [
451        "public"
452      ],
453      "params": [
454        "contentResolver",
455        "uri"
456      ],
457      "returnType": "void",
458      "exceptions": [],
459      "name": "setNotificationUri(android.content.ContentResolver,android.net.Uri)"
460    },
461    "unregisterContentObserver(android.database.ContentObserver)": {
462      "isImplementation": true,
463      "modifiers": [
464        "public"
465      ],
466      "params": [
467        "contentObserver"
468      ],
469      "returnType": "void",
470      "exceptions": [],
471      "name": "unregisterContentObserver(android.database.ContentObserver)"
472    },
473    "unregisterDataSetObserver(android.database.DataSetObserver)": {
474      "isImplementation": true,
475      "modifiers": [
476        "public"
477      ],
478      "params": [
479        "dataSetObserver"
480      ],
481      "returnType": "void",
482      "exceptions": [],
483      "name": "unregisterDataSetObserver(android.database.DataSetObserver)"
484    }
485  },
486  "imports": [
487    "android.os.Build.VERSION_CODES.KITKAT",
488    "android.os.Build.VERSION_CODES.M",
489    "android.content.ContentResolver",
490    "android.database.CharArrayBuffer",
491    "android.database.ContentObserver",
492    "android.database.Cursor",
493    "android.database.CursorWrapper",
494    "android.database.DataSetObserver",
495    "android.net.Uri",
496    "android.os.Bundle",
497    "org.robolectric.annotation.Implementation",
498    "org.robolectric.annotation.Implements"
499  ],
500  "name": "org.robolectric.shadows.ShadowCursorWrapper"
501}