HomeSort by relevance Sort by last modified time
    Searched refs:mGuestsCanModify (Results 1 - 3 of 3) sorted by null

  /packages/apps/Calendar/src/com/android/calendar/
CalendarEventModel.java 260 public boolean mGuestsCanModify = false;
430 mGuestsCanModify = false;
492 result = prime * result + (mGuestsCanModify ? 1231 : 1237);
732 if (mGuestsCanModify != originalModel.mGuestsCanModify) {
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventHelper.java     [all...]
  /packages/apps/Calendar/tests/src/com/android/calendar/event/
EditEventHelperTest.java     [all...]

Completed in 43 milliseconds