Searched defs:CALENDARS_PROJECTION (Results 1 - 4 of 4) sorted by relevance

/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarDebug.java42 private static final String[] CALENDARS_PROJECTION = new String[]{ field in class:CalendarDebug
85 CALENDARS_PROJECTION,
/packages/apps/Calendar/src/com/android/calendar/event/
H A DEditEventHelper.java159 static final String[] CALENDARS_PROJECTION = new String[] { field in class:EditEventHelper
1065 * cursor used {@link #CALENDARS_PROJECTION} as it's query projection. It uses
1069 * @param cursor An event cursor that used {@link #CALENDARS_PROJECTION} for the query
/packages/apps/Calendar/src/com/android/calendar/
H A DEventInfoFragment.java222 static final String[] CALENDARS_PROJECTION = new String[] { field in class:EventInfoFragment
370 startQuery(TOKEN_QUERY_CALENDARS, null, uri, CALENDARS_PROJECTION,
1370 CALENDARS_PROJECTION, CALENDARS_DUPLICATE_NAME_WHERE,
H A DDayView.java138 private static final String[] CALENDARS_PROJECTION = new String[] { field in class:DayView
4317 cursor = cr.query(uri, CALENDARS_PROJECTION, where, null, null);

Completed in 252 milliseconds