Searched refs:EVENTS_PROJECTION (Results 1 – 2 of 2) sorted by relevance
49 private static final String[] EVENTS_PROJECTION = new String[]{ field in CalendarDebug101 CalendarContract.Events.CONTENT_URI, EVENTS_PROJECTION, where, in doInBackground()113 CalendarContract.Events.CONTENT_URI, EVENTS_PROJECTION, dirtyWhere, in doInBackground()
118 private static final String[] EVENTS_PROJECTION = new String[] { field in CalendarProvider23477 Cursor cursor = mDb.query(Tables.EVENTS, EVENTS_PROJECTION, in deleteEventInternal()