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

/packages/apps/Calendar/src/com/android/calendar/
H A DCalendarEventModel.java242 public int mSelfAttendeeStatus = -1; field in class:CalendarEventModel
403 mSelfAttendeeStatus = -1;
492 result = prime * result + mSelfAttendeeStatus;
773 if (mSelfAttendeeStatus != originalModel.mSelfAttendeeStatus) {

Completed in 55 milliseconds