Home
last modified time | relevance | path

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

/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarDebug.java49 private static final String[] EVENTS_PROJECTION = new String[]{ field in CalendarDebug
101 CalendarContract.Events.CONTENT_URI, EVENTS_PROJECTION, where, in doInBackground()
113 CalendarContract.Events.CONTENT_URI, EVENTS_PROJECTION, dirtyWhere, in doInBackground()
DCalendarProvider2.java118 private static final String[] EVENTS_PROJECTION = new String[] { field in CalendarProvider2
3477 Cursor cursor = mDb.query(Tables.EVENTS, EVENTS_PROJECTION, in deleteEventInternal()