Searched refs:attendees (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/event/
H A DAttendeesView.java78 // TextView shown at the top of each type of attendees
93 // Number of attendees responding or not responding.
111 // Create dividers between groups of attendees (accepted, declined, etc...)
118 // Create a filter to convert photos of declined attendees to grayscale.
152 // Add the number of attendees in the specific status (corresponding to the divider) in
319 public void addAttendees(ArrayList<Attendee> attendees) { argument
321 for (final Attendee attendee : attendees) {
327 public void addAttendees(HashMap<String, Attendee> attendees) { argument
329 for (final Attendee attendee : attendees.values()) {
335 public void addAttendees(String attendees) { argument
[all...]
H A DEditEventHelper.java451 String attendees = model.getAttendeesString();
460 if (newEvent || !TextUtils.equals(originalAttendeesString, attendees)) {
461 // figure out which attendees need to be added and which ones
473 // have any existing attendees.
479 // existing attendee. remove from new attendees set.
482 // no longer in attendees. mark as removed.
487 // delete removed attendees if necessary
509 // Insert the new attendees
1130 // (this means num of attendees > 1, the calendar owner's and others).
1150 // This means we don't have the attendees dat
[all...]
H A DEditEventView.java615 * This triggers a parse of the attendees list and checks if the event is
845 mAttendeesList = (MultiAutoCompleteTextView) view.findViewById(R.id.attendees);
1040 // If the user is allowed to change the attendees set up the view and
/packages/apps/Calendar/src/com/android/calendar/
H A DCalendarEventModel.java429 public void addAttendees(String attendees, Rfc822Validator validator) { argument
431 attendees, validator);
H A DEventInfoFragment.java382 // start attendees query
912 // Update the attendee status in the attendees table. the provider
1520 private void formatAttendees(ArrayList<Attendee> attendees, SpannableStringBuilder sb, int type) { argument
1521 if (attendees.size() <= 0) {
1532 for (Attendee attendee : attendees) {
1565 // (if the attendee data has been hidden, the visible number of attendees

Completed in 1294 milliseconds