HomeSort by relevance Sort by last modified time
    Searched defs:selfAttendeeStatus (Results 1 - 3 of 3) sorted by null

  /packages/apps/Calendar/src/com/android/calendar/
AgendaAdapter.java 71 int selfAttendeeStatus = cursor.getInt(AgendaWindowAdapter.INDEX_SELF_ATTENDEE_STATUS);
72 if (selfAttendeeStatus == Attendees.ATTENDEE_STATUS_DECLINED) {
Event.java 105 public int selfAttendeeStatus;
137 e.selfAttendeeStatus = selfAttendeeStatus;
158 dest.selfAttendeeStatus = selfAttendeeStatus;
179 e.selfAttendeeStatus = Attendees.ATTENDEE_STATUS_NONE;
376 e.selfAttendeeStatus = c.getInt(PROJECTION_SELF_ATTENDEE_STATUS_INDEX);
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java     [all...]

Completed in 172 milliseconds