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 = ATTENDEE_STATUS_NONE;
206 attendeeStatus = ATTENDEE_STATUS_ACCEPTED;
209 attendeeStatus = ATTENDEE_STATUS_DECLINED;
212 attendeeStatus = ATTENDEE_STATUS_TENTATIVE;
228 if (attendeeStatus != ATTENDEE_STATUS_NONE) {
229 intent.putExtra(ATTENDEE_STATUS, attendeeStatus);
  /packages/apps/Exchange/exchange2/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/exchange2/src/com/android/exchange/adapter/
CalendarSyncAdapter.java 656 int attendeeStatus
    [all...]

Completed in 112 milliseconds