Searched refs:mNotificationEvents (Results 1 – 1 of 1) sorted by relevance
38 private ArrayList<EventLog.Event> mNotificationEvents; field in NotificationLogActivity.NotificationLogAdapter45 mNotificationEvents = new ArrayList<EventLog.Event>(); in NotificationLogAdapter()49 EventLog.readEvents(tags, mNotificationEvents); in NotificationLogAdapter()59 return mNotificationEvents != null ? mNotificationEvents.size() : 0; in getCount()78 bindView(view, mNotificationEvents.get(position)); in getView()