Searched refs:cEvents (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
H A DEvent.java230 Cursor cEvents = null;
261 cEvents = instancesQuery(context.getContentResolver(), EVENT_PROJECTION, startDay,
272 buildEventsFromCursor(events, cEvents, context, startDay, endDay);
276 if (cEvents != null) {
277 cEvents.close();
336 * @param cEvents Events to add to the list
342 ArrayList<Event> events, Cursor cEvents, Context context, int startDay, int endDay) {
343 if (cEvents == null || events == null) {
348 int count = cEvents.getCount();
359 cEvents
341 buildEventsFromCursor( ArrayList<Event> events, Cursor cEvents, Context context, int startDay, int endDay) argument
373 generateEventFromCursor(Cursor cEvents) argument
[all...]

Completed in 74 milliseconds