Home | History | Annotate | Download | only in item

Lines Matching refs:getEvents

87     public List<MiscLogcatItem> getEvents() {
103 for (IItem item : getEvents()) {
116 for (IItem item : getEvents()) {
129 for (IItem item : getEvents()) {
142 for (MiscLogcatItem item : getEvents()) {
175 for (MiscLogcatItem event : getEvents()) {
178 !logcat.getEvents().contains(event)) {
185 for (MiscLogcatItem event : logcat.getEvents()) {
188 if (!getEvents().contains(event)) {
211 for (MiscLogcatItem event : getEvents()) {