Lines Matching refs:Cursor
24 import android.database.Cursor;
230 Cursor cEvents = null;
231 Cursor cAllday = null;
305 * @return A Cursor of instances matching the selection
307 private static final Cursor instancesQuery(ContentResolver cr, String[] projection,
342 ArrayList<Event> events, Cursor cEvents, Context context, int startDay, int endDay) {
344 Log.e(TAG, "buildEventsFromCursor: null cursor or null events list!");
370 * @param cEvents Cursor pointing at event
371 * @return An event created from the cursor
373 private static Event generateEventFromCursor(Cursor cEvents) {