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

  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java 1218 ContentValues attendee = new ContentValues(); local
1368 ContentValues attendee = new ContentValues(); local
1500 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>();
479 private static class Attendee {
483 Attendee(String name, String email)
989 Attendee attendee = attendees.get(i); local
    [all...]
EditEvent.java     [all...]
  /packages/apps/Email/tests/src/com/android/exchange/utility/
CalendarUtilitiesTests.java 95 private static final String ATTENDEE = "attendee@server.com";
190 private Entity setupTestEventEntity(String organizer, String attendee, String title) {
210 // Add the attendee
213 attendeeValues.put(Attendees.ATTENDEE_EMAIL, attendee);
224 private Entity setupTestExceptionEntity(String organizer, String attendee, String title) {
225 Entity entity = setupTestEventEntity(organizer, attendee, title);
237 Entity entity = setupTestEventEntity(ORGANIZER, ATTENDEE, title);
239 // Create a dummy account for the attendee
241 account.mEmailAddress = ATTENDEE;
    [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);
603 attendee.put(Attendees.ATTENDEE_STATUS, attendeeStatus)
    [all...]

Completed in 5871 milliseconds