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

  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaAdapter.java 134 int selfAttendeeStatus = cursor.getInt(AgendaWindowAdapter.INDEX_SELF_ATTENDEE_STATUS);
135 if (selfAttendeeStatus == Attendees.ATTENDEE_STATUS_DECLINED) {
144 if (selfAttendeeStatus == Attendees.ATTENDEE_STATUS_INVITED) {
  /packages/apps/Calendar/src/com/android/calendar/widget/
CalendarAppWidgetModel.java 82 int selfAttendeeStatus;
115 builder.append(", selfAttendeeStatus=");
116 builder.append(selfAttendeeStatus);
136 result = prime * result + selfAttendeeStatus;
183 if (selfAttendeeStatus != other.selfAttendeeStatus) {
387 eventInfo.selfAttendeeStatus = selfStatus;
  /packages/apps/Calendar/src/com/android/calendar/
Event.java 141 public int selfAttendeeStatus;
173 e.selfAttendeeStatus = selfAttendeeStatus;
194 dest.selfAttendeeStatus = selfAttendeeStatus;
215 e.selfAttendeeStatus = Attendees.ATTENDEE_STATUS_NONE;
416 e.selfAttendeeStatus = cEvents.getInt(PROJECTION_SELF_ATTENDEE_STATUS_INDEX);
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java     [all...]

Completed in 635 milliseconds