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.java160 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.java241 static final String[] CALENDARS_PROJECTION = new String[] { field in class:EventInfoFragment
426 startQuery(TOKEN_QUERY_CALENDARS, null, uri, CALENDARS_PROJECTION,
470 Calendars.CONTENT_URI, CALENDARS_PROJECTION,
1719 CALENDARS_PROJECTION, CALENDARS_VISIBLE_WHERE, new String[] {"1"}, null);
H A DDayView.java142 private static final String[] CALENDARS_PROJECTION = new String[] { field in class:DayView
4508 cursor = cr.query(uri, CALENDARS_PROJECTION, where, null, null);

Completed in 96 milliseconds