1{
2  "methods": {
3    "applyBigContentView()": {
4      "isImplementation": false,
5      "modifiers": [
6        "private"
7      ],
8      "params": [],
9      "returnType": "android.view.View",
10      "exceptions": [],
11      "name": "applyBigContentView()"
12    },
13    "applyContentView()": {
14      "isImplementation": false,
15      "modifiers": [
16        "private"
17      ],
18      "params": [],
19      "returnType": "android.view.View",
20      "exceptions": [],
21      "name": "applyContentView()"
22    },
23    "findText(android.view.View,java.lang.String)": {
24      "isImplementation": false,
25      "modifiers": [
26        "private"
27      ],
28      "params": [
29        "view",
30        "resourceName"
31      ],
32      "returnType": "java.lang.CharSequence",
33      "exceptions": [],
34      "name": "findText(android.view.View,java.lang.String)"
35    },
36    "findView(android.view.View,java.lang.String)": {
37      "isImplementation": false,
38      "modifiers": [
39        "private"
40      ],
41      "params": [
42        "view",
43        "resourceName"
44      ],
45      "returnType": "android.view.View",
46      "exceptions": [],
47      "name": "findView(android.view.View,java.lang.String)"
48    },
49    "getBigContentText()": {
50      "isImplementation": false,
51      "modifiers": [
52        "public"
53      ],
54      "params": [],
55      "returnType": "java.lang.CharSequence",
56      "exceptions": [],
57      "name": "getBigContentText()"
58    },
59    "getBigContentTitle()": {
60      "isImplementation": false,
61      "modifiers": [
62        "public"
63      ],
64      "params": [],
65      "returnType": "java.lang.CharSequence",
66      "exceptions": [],
67      "name": "getBigContentTitle()"
68    },
69    "getBigPicture()": {
70      "isImplementation": false,
71      "modifiers": [
72        "public"
73      ],
74      "params": [],
75      "returnType": "android.graphics.Bitmap",
76      "exceptions": [],
77      "name": "getBigPicture()"
78    },
79    "getBigText()": {
80      "isImplementation": false,
81      "modifiers": [
82        "public"
83      ],
84      "params": [],
85      "returnType": "java.lang.CharSequence",
86      "exceptions": [],
87      "name": "getBigText()"
88    },
89    "getContentInfo()": {
90      "isImplementation": false,
91      "modifiers": [
92        "public"
93      ],
94      "params": [],
95      "returnType": "java.lang.CharSequence",
96      "exceptions": [],
97      "name": "getContentInfo()"
98    },
99    "getContentText()": {
100      "isImplementation": false,
101      "modifiers": [
102        "public"
103      ],
104      "params": [],
105      "returnType": "java.lang.CharSequence",
106      "exceptions": [],
107      "name": "getContentText()"
108    },
109    "getContentTitle()": {
110      "isImplementation": false,
111      "modifiers": [
112        "public"
113      ],
114      "params": [],
115      "returnType": "java.lang.CharSequence",
116      "exceptions": [],
117      "name": "getContentTitle()"
118    },
119    "getMax()": {
120      "isImplementation": false,
121      "modifiers": [
122        "public"
123      ],
124      "params": [],
125      "returnType": "int",
126      "exceptions": [],
127      "name": "getMax()"
128    },
129    "getProgress()": {
130      "isImplementation": false,
131      "modifiers": [
132        "public"
133      ],
134      "params": [],
135      "returnType": "int",
136      "exceptions": [],
137      "name": "getProgress()"
138    },
139    "getProgressBar_PreN()": {
140      "isImplementation": false,
141      "modifiers": [
142        "private"
143      ],
144      "params": [],
145      "returnType": "android.widget.ProgressBar",
146      "exceptions": [],
147      "name": "getProgressBar_PreN()"
148    },
149    "isIndeterminate()": {
150      "isImplementation": false,
151      "modifiers": [
152        "public"
153      ],
154      "params": [],
155      "returnType": "boolean",
156      "exceptions": [],
157      "name": "isIndeterminate()"
158    },
159    "isOngoing()": {
160      "isImplementation": false,
161      "modifiers": [
162        "public"
163      ],
164      "params": [],
165      "returnType": "boolean",
166      "exceptions": [],
167      "name": "isOngoing()"
168    },
169    "isWhenShown()": {
170      "isImplementation": false,
171      "modifiers": [
172        "public"
173      ],
174      "params": [],
175      "returnType": "boolean",
176      "exceptions": [],
177      "name": "isWhenShown()"
178    },
179    "usesChronometer()": {
180      "isImplementation": false,
181      "modifiers": [
182        "public"
183      ],
184      "params": [],
185      "returnType": "boolean",
186      "exceptions": [],
187      "name": "usesChronometer()"
188    }
189  },
190  "imports": [
191    "android.os.Build.VERSION_CODES.N",
192    "org.robolectric.RuntimeEnvironment.getApiLevel",
193    "org.robolectric.shadows.ResourceHelper.getInternalResourceId",
194    "android.annotation.SuppressLint",
195    "android.app.Notification",
196    "android.graphics.Bitmap",
197    "android.graphics.drawable.BitmapDrawable",
198    "android.os.Build",
199    "android.view.View",
200    "android.widget.FrameLayout",
201    "android.widget.ImageView",
202    "android.widget.ProgressBar",
203    "android.widget.TextView",
204    "java.io.ByteArrayOutputStream",
205    "java.io.PrintStream",
206    "org.robolectric.RuntimeEnvironment",
207    "org.robolectric.annotation.Implements",
208    "org.robolectric.annotation.RealObject",
209    "org.robolectric.shadow.api.Shadow"
210  ],
211  "name": "org.robolectric.shadows.ShadowNotification"
212}