Home | History | Annotate | Download | only in calendar

Lines Matching refs:extra

225         // Used to build the extra long for a VIEW event.
227 long extra = allDay ? ALL_DAY_MASK : 0;
231 extra |= ATTENDEE_STATUS_NONE_MASK;
234 extra |= ATTENDEE_STATUS_ACCEPTED_MASK;
237 extra |= ATTENDEE_STATUS_DECLINED_MASK;
240 extra |= ATTENDEE_STATUS_TENTATIVE_MASK;
244 extra |= ATTENDEE_STATUS_NONE_MASK;
247 return extra;