Lines Matching refs:Attendees
22 import static android.provider.CalendarContract.Attendees.ATTENDEE_STATUS;
36 import android.provider.CalendarContract.Attendees;
176 * Set to Attendees.ATTENDEE_STATUS_NONE, Attendees.ATTENDEE_STATUS_ACCEPTED,
177 * Attendees.ATTENDEE_STATUS_DECLINED, or Attendees.ATTENDEE_STATUS_TENTATIVE.
206 return Attendees.ATTENDEE_STATUS_NONE;
212 return Attendees.ATTENDEE_STATUS_NONE;
214 return Attendees.ATTENDEE_STATUS_ACCEPTED;
216 return Attendees.ATTENDEE_STATUS_DECLINED;
218 return Attendees.ATTENDEE_STATUS_TENTATIVE;
230 case Attendees.ATTENDEE_STATUS_NONE:
233 case Attendees.ATTENDEE_STATUS_ACCEPTED:
236 case Attendees.ATTENDEE_STATUS_DECLINED:
239 case Attendees.ATTENDEE_STATUS_TENTATIVE:
325 EventInfo.buildViewExtraLong(Attendees.ATTENDEE_STATUS_NONE, false),
340 * Use Attendees.ATTENDEE_STATUS_NONE for no response.
360 * Use Attendees.ATTENDEE_STATUS_NONE for no response.