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

  /packages/apps/Calendar/src/com/android/calendar/event/
AttendeesView.java 37 import android.provider.CalendarContract.Attendees;
78 // TextView shown at the top of each type of attendees
93 // Number of attendees responding or not responding.
114 // Create dividers between groups of attendees (accepted, declined, etc...)
121 // Create a filter to convert photos of declined attendees to grayscale.
155 // Add the number of attendees in the specific status (corresponding to the divider) in
218 if (item.mAttendee.mStatus == Attendees.ATTENDEE_STATUS_NONE) {
223 if (item.mAttendee.mStatus == Attendees.ATTENDEE_STATUS_DECLINED) {
289 case Attendees.ATTENDEE_STATUS_ACCEPTED: {
300 case Attendees.ATTENDEE_STATUS_DECLINED:
    [all...]
EditEventHelper.java 26 import android.provider.CalendarContract.Attendees;
131 static final String ATTENDEES_DELETE_PREFIX = Attendees.EVENT_ID + "=? AND "
132 + Attendees.ATTENDEE_EMAIL + " IN (";
158 Attendees.ATTENDEE_STATUS_NONE,
159 Attendees.ATTENDEE_STATUS_ACCEPTED,
160 Attendees.ATTENDEE_STATUS_TENTATIVE,
161 Attendees.ATTENDEE_STATUS_DECLINED,
223 Attendees._ID, // 0
224 Attendees.ATTENDEE_NAME, // 1
225 Attendees.ATTENDEE_EMAIL, //
483 String attendees = model.getAttendeesString(); local
    [all...]
EditEventView.java 34 import android.provider.CalendarContract.Attendees;
554 * This triggers a parse of the attendees list and checks if the event is
579 if (status != Attendees.ATTENDEE_STATUS_NONE) {
685 if (status != Attendees.ATTENDEE_STATUS_NONE) {
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
CalendarEventModel.java 22 import android.provider.CalendarContract.Attendees;
84 this(name, email, Attendees.ATTENDEE_STATUS_NONE, null, null);
450 public void addAttendees(String attendees, Rfc822Validator validator) {
452 attendees, validator);

Completed in 106 milliseconds