HomeSort by relevance Sort by last modified time
    Searched defs:Attendee (Results 1 - 2 of 2) sorted by null

  /packages/apps/Calendar/src/com/android/calendar/
CalendarEventModel.java 48 public static class Attendee implements Serializable {
59 if (!(obj instanceof Attendee)) {
62 Attendee other = (Attendee) obj;
83 public Attendee(String name, String email) {
86 public Attendee(String name, String email, int status, String identity,
251 // PROVIDER_NOTES How does an event not have attendee data? The owner is added
252 // as an attendee by default.
279 public LinkedHashMap<String, Attendee> mAttendeesList;
284 mAttendeesList = new LinkedHashMap<String, Attendee>();
455 final Attendee attendee = new Attendee(address.getName(), address.getAddress()); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cdoex.h 333 typedef class Attendee Attendee;
335 typedef struct Attendee Attendee;
    [all...]

Completed in 94 milliseconds