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

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

Completed in 308 milliseconds