Home | History | Annotate | Download | only in provider

Lines Matching defs:Events

42  * The Calendar provider contains all calendar events.
119 * The timezone the calendar's events occurs in
273 * The location the of the events in the calendar
362 * Columns from the Events table that other tables join into themselves.
409 * events that are declined without having to look in the Attendees
599 * Contains one entry per calendar event. Recurring events show up as a single entry.
666 final long eventId = cursor.getLong(cursor.getColumnIndexOrThrow(Events._ID));
668 cv.put(Events._ID, eventId);
796 * Contains one entry per calendar event. Recurring events show up as a single entry.
798 public static final class Events implements BaseColumns, EventsColumns, CalendarsColumns {
801 new String[] { Events._SYNC_ACCOUNT, Events._SYNC_ID };
834 Uri.parse("content://" + AUTHORITY + "/events");
846 * Contains one entry per calendar event instance. Recurring events show up every time
890 * The sort order is: events with an earlier start time occur
891 * first and if the start times are the same, then events with
893 * first so that long-running events in the calendar views appear
894 * first. If the start and end times of two events are
914 * <P>Type: INTEGER (long, foreign key to the Events table)</P>
1079 * Retrieves the days with events for the Julian days starting at "startDay"
1103 * <P>Type: INTEGER (foreign key to the Events table)</P>
1138 * <P>Type: INTEGER (foreign key to the Events table)</P>
1227 * events with multiple alarms will appear just once, but multiple
1409 * <P>Type: INTEGER (foreign key to the Events table)</P>