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

  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDebug.java 42 private static final String[] CALENDARS_PROJECTION = new String[]{
84 CALENDARS_PROJECTION,
  /packages/apps/Calendar/src/com/android/calendar/
EventInfoActivity.java 155 static final String[] CALENDARS_PROJECTION = new String[] {
334 mCalendarsCursor = managedQuery(uri, CALENDARS_PROJECTION, where, null, null);
451 Cursor dupNameCursor = managedQuery(Calendars.CONTENT_URI, CALENDARS_PROJECTION,
    [all...]
EditEvent.java 152 private static final String[] CALENDARS_PROJECTION = new String[] {
670 mQueryHandler.startQuery(0, null, Calendars.CONTENT_URI, CALENDARS_PROJECTION,
    [all...]
CalendarView.java 94 private static final String[] CALENDARS_PROJECTION = new String[] {
    [all...]

Completed in 249 milliseconds