Searched defs:selfAttendeeStatus (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/widget/
H A DCalendarAppWidgetModel.java82 int selfAttendeeStatus; field in class:CalendarAppWidgetModel.EventInfo
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/
H A DEvent.java141 public int selfAttendeeStatus; field in class:Event
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/apps/Exchange/src/com/android/exchange/utility/
H A DCalendarUtilities.java1489 * Get a selfAttendeeStatus from a busy status
1494 * @return the corresponding value for selfAttendeeStatus
1514 * Get a selfAttendeeStatus from a response type (EAS 14+)
1517 * @return the corresponding value for selfAttendeeStatus
1540 /** Get a busy status from a selfAttendeeStatus
1542 * @param selfAttendeeStatus from CalendarProvider2
1545 static public int busyStatusFromAttendeeStatus(int selfAttendeeStatus) { argument
1547 switch (selfAttendeeStatus) {

Completed in 13 milliseconds