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

  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java 1235 ContentValues attendee = new ContentValues(); local
1386 ContentValues attendee = new ContentValues(); local
1518 ContentValues attendee = new ContentValues(); local
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
EventInfoActivity.java 263 ArrayList<Attendee> mAcceptedAttendees = new ArrayList<Attendee>();
264 ArrayList<Attendee> mDeclinedAttendees = new ArrayList<Attendee>();
265 ArrayList<Attendee> mTentativeAttendees = new ArrayList<Attendee>();
266 ArrayList<Attendee> mNoResponseAttendees = new ArrayList<Attendee>();
496 private static class Attendee {
500 Attendee(String name, String email)
1007 Attendee attendee = attendees.get(i); local
    [all...]
  /packages/apps/Email/src/com/android/exchange/adapter/
CalendarSyncAdapter.java 118 // Used to indicate that we removed the attendee list because it was too large
144 // attendee list. By making the meeting organizer OTHER than the user, we cause the UI to
292 // Handle the organizer (who IS an attendee on device, but NOT in EAS)
539 // attendee!
565 // If the user is an attendee, set the attendee status using busyStatus (note that the
567 // Add the insert/update operation for each attendee (based on whether it's add/change)
596 for (ContentValues attendee: attendeeValues) {
597 String attendeeEmail = attendee.getAsString(Attendees.ATTENDEE_EMAIL);
611 attendee.put(Attendees.ATTENDEE_STATUS, attendeeStatus)
    [all...]

Completed in 42 milliseconds