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

  /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...]
GoogleCalendarUriIntentFilter.java 71 // Pick up attendee status action from uri clicked
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);
611 attendee.put(Attendees.ATTENDEE_STATUS, attendeeStatus)
    [all...]
  /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...]
  /frameworks/base/core/java/android/provider/
Calendar.java 308 * The name of the attendee.
314 * The email address of the attendee.
320 * The relationship of the attendee to the user.
332 * The type of attendee.
342 * The attendance status of the attendee.
407 * This is a copy of the attendee status for the owner of this event.
544 * Whether the event has attendee information. True if the event
545 * has full attendee data, false if the event has information about
    [all...]
  /packages/apps/Email/src/com/android/exchange/utility/
CalendarUtilities.java 132 private static final String ICALENDAR_ATTENDEE = "ATTENDEE;ROLE=REQ-PARTICIPANT";
    [all...]
  /external/tinyxml/
xmltest.cpp 108 "<Attendee name=\"Marple\" position=\"teacher\" />"
109 "<Attendee name=\"Voel\" position=\"counselor\" />"
206 TiXmlElement attendee1( "Attendee" );
210 TiXmlElement attendee2( "Attendee" );
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java     [all...]
CalendarDatabaseHelper.java     [all...]
  /packages/apps/Email/res/values/
strings.xml     [all...]
  /packages/apps/Email/src/com/android/exchange/
EasSyncService.java     [all...]
  /external/srec/config/en.us/dictionary/
c0.6     [all...]

Completed in 634 milliseconds