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

  /packages/apps/Calendar/src/com/android/calendar/
Event.java 126 public boolean guestsCanModify;
175 e.guestsCanModify = guestsCanModify;
196 dest.guestsCanModify = guestsCanModify;
381 e.guestsCanModify = cEvents.getInt(PROJECTION_GUESTS_CAN_INVITE_OTHERS_INDEX) != 0;
551 Log.e("Cal", "+ guestwrt = " + guestsCanModify);
DayView.java     [all...]

Completed in 4134 milliseconds