1{
2  "methods": {
3    "addEvent(android.util.EventLog.Event)": {
4      "isImplementation": false,
5      "modifiers": [
6        "public",
7        "static"
8      ],
9      "params": [
10        "event"
11      ],
12      "returnType": "void",
13      "exceptions": [],
14      "name": "addEvent(android.util.EventLog.Event)",
15      "documentation": "Add event to {@link EventLog}. "
16    },
17    "clearAll()": {
18      "isImplementation": false,
19      "modifiers": [
20        "public",
21        "static"
22      ],
23      "params": [],
24      "returnType": "void",
25      "exceptions": [],
26      "name": "clearAll()"
27    },
28    "readEvents(int[],java.util.Collection\u003candroid.util.EventLog.Event\u003e)": {
29      "isImplementation": true,
30      "modifiers": [
31        "protected",
32        "static"
33      ],
34      "params": [
35        "tags",
36        "output"
37      ],
38      "returnType": "void",
39      "exceptions": [],
40      "name": "readEvents(int[],java.util.Collection\u003candroid.util.EventLog.Event\u003e)"
41    },
42    "writeEvent(int,float)": {
43      "isImplementation": true,
44      "modifiers": [
45        "protected",
46        "static"
47      ],
48      "params": [
49        "tag",
50        "value"
51      ],
52      "returnType": "int",
53      "exceptions": [],
54      "minSdk": 23,
55      "name": "writeEvent(int,float)",
56      "documentation": "Writes an event log message, returning an approximation of the bytes written. "
57    },
58    "writeEvent(int,int)": {
59      "isImplementation": true,
60      "modifiers": [
61        "protected",
62        "static"
63      ],
64      "params": [
65        "tag",
66        "value"
67      ],
68      "returnType": "int",
69      "exceptions": [],
70      "name": "writeEvent(int,int)",
71      "documentation": "Writes an event log message, returning an approximation of the bytes written. "
72    },
73    "writeEvent(int,java.lang.Object...)": {
74      "isImplementation": true,
75      "modifiers": [
76        "protected",
77        "static"
78      ],
79      "params": [
80        "tag",
81        "list"
82      ],
83      "returnType": "int",
84      "exceptions": [],
85      "name": "writeEvent(int,java.lang.Object...)",
86      "documentation": "Writes an event log message, returning an approximation of the bytes written. "
87    },
88    "writeEvent(int,java.lang.String)": {
89      "isImplementation": true,
90      "modifiers": [
91        "protected",
92        "static"
93      ],
94      "params": [
95        "tag",
96        "str"
97      ],
98      "returnType": "int",
99      "exceptions": [],
100      "name": "writeEvent(int,java.lang.String)",
101      "documentation": "Writes an event log message, returning an approximation of the bytes written. "
102    },
103    "writeEvent(int,long)": {
104      "isImplementation": true,
105      "modifiers": [
106        "protected",
107        "static"
108      ],
109      "params": [
110        "tag",
111        "value"
112      ],
113      "returnType": "int",
114      "exceptions": [],
115      "name": "writeEvent(int,long)",
116      "documentation": "Writes an event log message, returning an approximation of the bytes written. "
117    }
118  },
119  "imports": [
120    "android.os.Build.VERSION_CODES",
121    "android.util.EventLog",
122    "java.util.ArrayList",
123    "java.util.Collection",
124    "java.util.List",
125    "org.robolectric.annotation.Implementation",
126    "org.robolectric.annotation.Implements",
127    "org.robolectric.annotation.Resetter",
128    "org.robolectric.shadow.api.Shadow",
129    "org.robolectric.shadows.ShadowEventLog.ShadowEvent",
130    "org.robolectric.shadows.ShadowEventLog.EventBuilder"
131  ],
132  "name": "org.robolectric.shadows.ShadowEventLog"
133}