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

  /packages/apps/Calendar/src/com/android/calendar/
GoogleCalendarUriIntentFilter.java 201 int attendeeStatus = Attendees.ATTENDEE_STATUS_NONE;
206 attendeeStatus = Attendees.ATTENDEE_STATUS_ACCEPTED;
209 attendeeStatus = Attendees.ATTENDEE_STATUS_DECLINED;
212 attendeeStatus = Attendees.ATTENDEE_STATUS_TENTATIVE;
227 if (attendeeStatus == Attendees.ATTENDEE_STATUS_NONE) {
231 eventId, ownerAccount, attendeeStatus, intent);
  /packages/apps/Exchange/src/com/android/exchange/utility/
CalendarUtilities.java     [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
CalendarSyncParser.java 586 int attendeeStatus;
590 attendeeStatus =
595 attendeeStatus = Attendees.ATTENDEE_STATUS_NONE;
599 attendeeStatus =
602 attendee.put(Attendees.ATTENDEE_STATUS, attendeeStatus);
613 Integer.toString(attendeeStatus));
616 Integer.toString(attendeeStatus), eventId);
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/calendar/javascript/
background.js 294 out.attendeeStatus = node.firstChild.getAttribute('value');
478 if (t >= 0 && (event_.attendeeStatus != DECLINED_URL)) {

Completed in 105 milliseconds