1{
2  "methods": {
3    "getBitmap()": {
4      "isImplementation": true,
5      "modifiers": [
6        "public"
7      ],
8      "params": [],
9      "returnType": "android.graphics.Bitmap",
10      "exceptions": [],
11      "name": "getBitmap()"
12    },
13    "getDataBytes()": {
14      "isImplementation": true,
15      "modifiers": [
16        "public"
17      ],
18      "params": [],
19      "returnType": "byte[]",
20      "exceptions": [],
21      "name": "getDataBytes()"
22    },
23    "getDataLength()": {
24      "isImplementation": true,
25      "modifiers": [
26        "public"
27      ],
28      "params": [],
29      "returnType": "int",
30      "exceptions": [],
31      "name": "getDataLength()"
32    },
33    "getDataOffset()": {
34      "isImplementation": true,
35      "modifiers": [
36        "public"
37      ],
38      "params": [],
39      "returnType": "int",
40      "exceptions": [],
41      "name": "getDataOffset()"
42    },
43    "getResId()": {
44      "isImplementation": true,
45      "modifiers": [
46        "public"
47      ],
48      "params": [],
49      "returnType": "int",
50      "exceptions": [],
51      "name": "getResId()"
52    },
53    "getType()": {
54      "isImplementation": true,
55      "modifiers": [
56        "public"
57      ],
58      "params": [],
59      "returnType": "int",
60      "exceptions": [],
61      "name": "getType()"
62    },
63    "getUri()": {
64      "isImplementation": true,
65      "modifiers": [
66        "public"
67      ],
68      "params": [],
69      "returnType": "android.net.Uri",
70      "exceptions": [],
71      "name": "getUri()"
72    }
73  },
74  "imports": [
75    "android.os.Build.VERSION_CODES.M",
76    "org.robolectric.shadow.api.Shadow.directlyOn",
77    "android.graphics.Bitmap",
78    "android.graphics.drawable.Icon",
79    "android.net.Uri",
80    "org.robolectric.annotation.HiddenApi",
81    "org.robolectric.annotation.Implementation",
82    "org.robolectric.annotation.Implements",
83    "org.robolectric.annotation.RealObject"
84  ],
85  "name": "org.robolectric.shadows.ShadowIcon"
86}