Home
last modified time | relevance | path

Searched refs:mNotificationEvents (Results 1 – 1 of 1) sorted by relevance

/packages/experimental/NotificationLog/src/com/android/notificationlog/
DNotificationLogActivity.java38 private ArrayList<EventLog.Event> mNotificationEvents; field in NotificationLogActivity.NotificationLogAdapter
45 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()