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 246 public int mOwnerAttendeeId = -1;
409 mOwnerAttendeeId = -1;
499 result = prime * result + mOwnerAttendeeId;
783 if (mOwnerAttendeeId != originalModel.mOwnerAttendeeId) {
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventHelper.java 403 if (hasAttendeeData && model.mOwnerAttendeeId == -1) {
429 model.mOwnerAttendeeId != -1) {
433 Uri attUri = ContentUris.withAppendedId(Attendees.CONTENT_URI, model.mOwnerAttendeeId);
    [all...]
EditEventFragment.java 251 mModel.mOwnerAttendeeId = attendeeId;
253 mOriginalModel.mOwnerAttendeeId = attendeeId;
    [all...]

Completed in 155 milliseconds