Home | History | Annotate | Download | only in calendar

Lines Matching refs:extra

223         // Used to build the extra long for a VIEW event.
225 long extra = allDay ? ALL_DAY_MASK : 0;
229 extra |= ATTENDEE_STATUS_NONE_MASK;
232 extra |= ATTENDEE_STATUS_ACCEPTED_MASK;
235 extra |= ATTENDEE_STATUS_DECLINED_MASK;
238 extra |= ATTENDEE_STATUS_TENTATIVE_MASK;
242 extra |= ATTENDEE_STATUS_NONE_MASK;
245 return extra;