Searched refs:cAllday (Results 1 – 1 of 1) sorted by relevance
231 Cursor cAllday = null; in loadEvents() local263 cAllday = instancesQuery(context.getContentResolver(), EVENT_PROJECTION, startDay, in loadEvents()273 buildEventsFromCursor(events, cAllday, context, startDay, endDay); in loadEvents()279 if (cAllday != null) { in loadEvents()280 cAllday.close(); in loadEvents()