1{ 2 "methods": { 3 "\u003cT\u003egetFieldReflectively(java.lang.String,java.lang.Class\u003cT\u003e)": { 4 "isImplementation": false, 5 "modifiers": [ 6 "private" 7 ], 8 "params": [ 9 "fieldName", 10 "clazz" 11 ], 12 "returnType": "T", 13 "exceptions": [], 14 "name": "\u003cT\u003egetFieldReflectively(java.lang.String,java.lang.Class\u003cT\u003e)" 15 }, 16 "getContentValues()": { 17 "isImplementation": false, 18 "modifiers": [ 19 "public" 20 ], 21 "params": [], 22 "returnType": "android.content.ContentValues", 23 "exceptions": [], 24 "name": "getContentValues()" 25 }, 26 "getExpectedCount()": { 27 "isImplementation": false, 28 "modifiers": [ 29 "public" 30 ], 31 "params": [], 32 "returnType": "java.lang.Integer", 33 "exceptions": [], 34 "name": "getExpectedCount()" 35 }, 36 "getSelection()": { 37 "isImplementation": false, 38 "modifiers": [ 39 "public" 40 ], 41 "params": [], 42 "returnType": "java.lang.String", 43 "exceptions": [], 44 "name": "getSelection()" 45 }, 46 "getSelectionArgs()": { 47 "isImplementation": false, 48 "modifiers": [ 49 "public" 50 ], 51 "params": [], 52 "returnType": "java.lang.String[]", 53 "exceptions": [], 54 "name": "getSelectionArgs()" 55 }, 56 "getSelectionArgsBackReferences()": { 57 "isImplementation": false, 58 "modifiers": [ 59 "public" 60 ], 61 "params": [], 62 "returnType": "java.util.Map\u003cjava.lang.Integer,java.lang.Integer\u003e", 63 "exceptions": [], 64 "name": "getSelectionArgsBackReferences()" 65 }, 66 "getType()": { 67 "isImplementation": true, 68 "modifiers": [ 69 "public" 70 ], 71 "params": [], 72 "returnType": "int", 73 "exceptions": [], 74 "name": "getType()" 75 }, 76 "getValuesBackReferences()": { 77 "isImplementation": false, 78 "modifiers": [ 79 "public" 80 ], 81 "params": [], 82 "returnType": "android.content.ContentValues", 83 "exceptions": [], 84 "name": "getValuesBackReferences()" 85 } 86 }, 87 "imports": [ 88 "android.content.ContentProviderOperation", 89 "android.content.ContentValues", 90 "java.util.Map", 91 "org.robolectric.annotation.HiddenApi", 92 "org.robolectric.annotation.Implementation", 93 "org.robolectric.annotation.Implements", 94 "org.robolectric.annotation.RealObject", 95 "org.robolectric.util.ReflectionHelpers" 96 ], 97 "name": "org.robolectric.shadows.ShadowContentProviderOperation" 98}