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 120 public boolean guestsCanModify;
169 e.guestsCanModify = guestsCanModify;
190 dest.guestsCanModify = guestsCanModify;
375 e.guestsCanModify = cEvents.getInt(PROJECTION_GUESTS_CAN_INVITE_OTHERS_INDEX) != 0;
545 Log.e("Cal", "+ guestwrt = " + guestsCanModify);
DayView.java     [all...]

Completed in 92 milliseconds