Searched refs:mGuestsCanModify (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
H A DCalendarEventModel.java251 public boolean mGuestsCanModify = false; field in class:CalendarEventModel
415 mGuestsCanModify = false;
477 result = prime * result + (mGuestsCanModify ? 1231 : 1237);
712 if (mGuestsCanModify != originalModel.mGuestsCanModify) {
/packages/apps/Calendar/src/com/android/calendar/event/
H A DEditEventHelper.java1035 model.mGuestsCanModify = cursor.getInt(EVENT_INDEX_GUESTS_CAN_MODIFY) != 0;
1109 && (model.mIsOrganizer || model.mGuestsCanModify);

Completed in 38 milliseconds