Home
last modified time | relevance | path

Searched refs:mGuestsCanModify (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
DCalendarEventModel.java260 public boolean mGuestsCanModify = false; field in CalendarEventModel
430 mGuestsCanModify = false; in clear()
492 result = prime * result + (mGuestsCanModify ? 1231 : 1237); in hashCode()
732 if (mGuestsCanModify != originalModel.mGuestsCanModify) { in checkOriginalModelFields()
/packages/apps/Calendar/src/com/android/calendar/event/
DEditEventHelper.java1073 model.mGuestsCanModify = cursor.getInt(EVENT_INDEX_GUESTS_CAN_MODIFY) != 0; in setModelFromCursor()
1159 && (model.mIsOrganizer || model.mGuestsCanModify); in canModifyEvent()
/packages/apps/Calendar/tests/src/com/android/calendar/event/
DEditEventHelperTest.java1556 model.mGuestsCanModify = false; in buildTestModel()