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

  /packages/apps/Calendar/src/com/android/calendar/
GoogleCalendarUriIntentFilter.java 42 private static final String[] EVENT_PROJECTION = new String[] {
60 Cursor eventCursor = managedQuery(Events.CONTENT_URI, EVENT_PROJECTION,
DeleteEventHelper.java 78 private static final String[] EVENT_PROJECTION = new String[] {
161 Cursor cursor = mParent.managedQuery(uri, EVENT_PROJECTION, null, null, null);
EventInfoActivity.java 100 private static final String[] EVENT_PROJECTION = new String[] {
334 mEventCursor = managedQuery(mUri, EVENT_PROJECTION, null, null, null);
772 Cursor cursor = cr.query(uri, EVENT_PROJECTION, null, null, null);
    [all...]
EditEvent.java 121 private static final String[] EVENT_PROJECTION = new String[] {
649 mEventCursor = managedQuery(mUri, EVENT_PROJECTION, null, null, null);
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarAppWidgetService.java 55 static final String[] EVENT_PROJECTION = new String[] {
620 return resolver.query(uri, EVENT_PROJECTION, selection, null,

Completed in 35 milliseconds