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 142 int attendeeStatus = ATTENDEE_STATUS_NONE;
147 attendeeStatus = ATTENDEE_STATUS_ACCEPTED;
150 attendeeStatus = ATTENDEE_STATUS_DECLINED;
153 attendeeStatus = ATTENDEE_STATUS_TENTATIVE;
168 if (attendeeStatus != ATTENDEE_STATUS_NONE) {
169 intent.putExtra(ATTENDEE_STATUS, attendeeStatus);
  /packages/apps/Exchange/src/com/android/exchange/utility/
CalendarUtilities.java     [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/calendar/javascript/
background.js 290 out.attendeeStatus = node.firstChild.getAttribute('value');
465 if (t >= 0 && (event_.attendeeStatus != DECLINED_URL)) {
  /packages/apps/Exchange/src/com/android/exchange/adapter/
CalendarSyncAdapter.java 633 int attendeeStatus;
637 attendeeStatus =
642 attendeeStatus = Attendees.ATTENDEE_STATUS_NONE;
646 attendeeStatus =
    [all...]

Completed in 594 milliseconds