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

  /packages/apps/Calendar/src/com/android/calendar/
CalendarEventModel.java 254 public int mSelfAttendeeStatus = -1;
423 mSelfAttendeeStatus = -1;
513 result = prime * result + mSelfAttendeeStatus;
800 if (mSelfAttendeeStatus != originalModel.mSelfAttendeeStatus) {
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventHelper.java 466 model.mSelfAttendeeStatus != originalModel.mSelfAttendeeStatus &&
469 Log.d(TAG, "Setting attendee status to " + model.mSelfAttendeeStatus);
474 values.put(Attendees.ATTENDEE_STATUS, model.mSelfAttendeeStatus);
    [all...]
EditEventFragment.java 290 mModel.mSelfAttendeeStatus = status;
292 mOriginalModel.mSelfAttendeeStatus = status;
528 mModel.mSelfAttendeeStatus = Attendees.ATTENDEE_STATUS_ACCEPTED;
    [all...]
EditEventView.java 587 mModel.mSelfAttendeeStatus = status;
693 mModel.mSelfAttendeeStatus = status;
    [all...]

Completed in 83 milliseconds