Searched defs:guestsCanModify (Results 1 - 1 of 1) sorted by path

/packages/apps/Calendar/src/com/android/calendar/
H A DEvent.java126 public boolean guestsCanModify; field in class:Event
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);

Completed in 47 milliseconds