HomeSort by relevance Sort by last modified time
    Searched refs:CALENDARS_PROJECTION (Results 1 - 8 of 8) sorted by null

  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDebug.java 42 private static final String[] CALENDARS_PROJECTION = new String[]{
85 CALENDARS_PROJECTION,
  /packages/apps/Calendar/src/com/android/calendar/
CalendarColorPickerDialog.java 48 static final String[] CALENDARS_PROJECTION = new String[] {
238 CALENDARS_PROJECTION, null, null, null);
EventInfoFragment.java 274 static final String[] CALENDARS_PROJECTION = new String[] {
498 startQuery(TOKEN_QUERY_CALENDARS, null, uri, CALENDARS_PROJECTION,
583 Calendars.CONTENT_URI, CALENDARS_PROJECTION,
    [all...]
DayView.java 142 private static final String[] CALENDARS_PROJECTION = new String[] {
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/alerts/
GlobalDismissManager.java 184 static final String[] CALENDARS_PROJECTION = new String[] {
453 Cursor calendarCursor = resolver.query(Calendars.CONTENT_URI, CALENDARS_PROJECTION,
  /packages/apps/Calendar/src/com/android/calendar/event/
CreateEventDialogFragment.java 202 EditEventHelper.CALENDARS_PROJECTION,
EditEventFragment.java 246 EditEventHelper.CALENDARS_PROJECTION, EditEventHelper.CALENDARS_WHERE,
532 EditEventHelper.CALENDARS_PROJECTION,
    [all...]
EditEventHelper.java 172 static final String[] CALENDARS_PROJECTION = new String[] {
    [all...]

Completed in 521 milliseconds