1{ 2 "methods": { 3 "getAllowedNetworkTypes()": { 4 "isImplementation": false, 5 "modifiers": [ 6 "public" 7 ], 8 "params": [], 9 "returnType": "int", 10 "exceptions": [], 11 "name": "getAllowedNetworkTypes()" 12 }, 13 "getAllowedOverMetered()": { 14 "isImplementation": false, 15 "modifiers": [ 16 "public" 17 ], 18 "params": [], 19 "returnType": "boolean", 20 "exceptions": [], 21 "name": "getAllowedOverMetered()" 22 }, 23 "getAllowedOverRoaming()": { 24 "isImplementation": false, 25 "modifiers": [ 26 "public" 27 ], 28 "params": [], 29 "returnType": "boolean", 30 "exceptions": [], 31 "name": "getAllowedOverRoaming()" 32 }, 33 "getDescription()": { 34 "isImplementation": false, 35 "modifiers": [ 36 "public" 37 ], 38 "params": [], 39 "returnType": "java.lang.CharSequence", 40 "exceptions": [], 41 "name": "getDescription()" 42 }, 43 "getDestination()": { 44 "isImplementation": false, 45 "modifiers": [ 46 "public" 47 ], 48 "params": [], 49 "returnType": "android.net.Uri", 50 "exceptions": [], 51 "name": "getDestination()" 52 }, 53 "getMimeType()": { 54 "isImplementation": false, 55 "modifiers": [ 56 "public" 57 ], 58 "params": [], 59 "returnType": "java.lang.CharSequence", 60 "exceptions": [], 61 "name": "getMimeType()" 62 }, 63 "getNotificationVisibility()": { 64 "isImplementation": false, 65 "modifiers": [ 66 "public" 67 ], 68 "params": [], 69 "returnType": "int", 70 "exceptions": [], 71 "name": "getNotificationVisibility()" 72 }, 73 "getRequestHeaders()": { 74 "isImplementation": false, 75 "modifiers": [ 76 "public" 77 ], 78 "params": [], 79 "returnType": "java.util.List\u003candroid.util.Pair\u003cjava.lang.String,java.lang.String\u003e\u003e", 80 "exceptions": [], 81 "name": "getRequestHeaders()" 82 }, 83 "getStatus()": { 84 "isImplementation": false, 85 "modifiers": [ 86 "public" 87 ], 88 "params": [], 89 "returnType": "int", 90 "exceptions": [], 91 "name": "getStatus()" 92 }, 93 "getTitle()": { 94 "isImplementation": false, 95 "modifiers": [ 96 "public" 97 ], 98 "params": [], 99 "returnType": "java.lang.CharSequence", 100 "exceptions": [], 101 "name": "getTitle()" 102 }, 103 "getUri()": { 104 "isImplementation": false, 105 "modifiers": [ 106 "public" 107 ], 108 "params": [], 109 "returnType": "android.net.Uri", 110 "exceptions": [], 111 "name": "getUri()" 112 }, 113 "getVisibleInDownloadsUi()": { 114 "isImplementation": false, 115 "modifiers": [ 116 "public" 117 ], 118 "params": [], 119 "returnType": "boolean", 120 "exceptions": [], 121 "name": "getVisibleInDownloadsUi()" 122 }, 123 "setStatus(int)": { 124 "isImplementation": false, 125 "modifiers": [ 126 "public" 127 ], 128 "params": [ 129 "status" 130 ], 131 "returnType": "void", 132 "exceptions": [], 133 "name": "setStatus(int)" 134 } 135 }, 136 "imports": [ 137 "android.app.DownloadManager", 138 "android.database.Cursor", 139 "android.net.Uri", 140 "android.util.Pair", 141 "java.util.ArrayList", 142 "java.util.List", 143 "java.util.Map", 144 "java.util.TreeMap", 145 "org.robolectric.annotation.Implementation", 146 "org.robolectric.annotation.Implements", 147 "org.robolectric.annotation.RealObject", 148 "org.robolectric.fakes.BaseCursor", 149 "org.robolectric.shadow.api.Shadow", 150 "org.robolectric.util.ReflectionHelpers" 151 ], 152 "name": "org.robolectric.shadows.ShadowDownloadManager.ShadowRequest" 153}