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

  /packages/apps/Calendar/src/com/android/calendar/
CalendarEventModel.java 255 public int mOwnerAttendeeId = -1;
424 mOwnerAttendeeId = -1;
514 result = prime * result + mOwnerAttendeeId;
803 if (mOwnerAttendeeId != originalModel.mOwnerAttendeeId) {
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventHelper.java 441 if (hasAttendeeData && model.mOwnerAttendeeId == -1) {
467 model.mOwnerAttendeeId != -1) {
471 Uri attUri = ContentUris.withAppendedId(Attendees.CONTENT_URI, model.mOwnerAttendeeId);
    [all...]
EditEventFragment.java 289 mModel.mOwnerAttendeeId = attendeeId;
291 mOriginalModel.mOwnerAttendeeId = attendeeId;
    [all...]

Completed in 61 milliseconds