• Home
  • Raw
  • Download

Lines Matching refs:result

454         int result = 1;  in hashCode()  local
455 result = prime * result + (mAllDay ? 1231 : 1237); in hashCode()
456 result = prime * result + ((mAttendeesList == null) ? 0 : getAttendeesString().hashCode()); in hashCode()
457 result = prime * result + (int) (mCalendarId ^ (mCalendarId >>> 32)); in hashCode()
458 result = prime * result + ((mDescription == null) ? 0 : mDescription.hashCode()); in hashCode()
459 result = prime * result + ((mDuration == null) ? 0 : mDuration.hashCode()); in hashCode()
460 result = prime * result + (int) (mEnd ^ (mEnd >>> 32)); in hashCode()
461 result = prime * result + (mGuestsCanInviteOthers ? 1231 : 1237); in hashCode()
462 result = prime * result + (mGuestsCanModify ? 1231 : 1237); in hashCode()
463 result = prime * result + (mGuestsCanSeeGuests ? 1231 : 1237); in hashCode()
464 result = prime * result + (mOrganizerCanRespond ? 1231 : 1237); in hashCode()
465 result = prime * result + (mModelUpdatedWithEventCursor ? 1231 : 1237); in hashCode()
466 result = prime * result + mCalendarAccessLevel; in hashCode()
467 result = prime * result + (mHasAlarm ? 1231 : 1237); in hashCode()
468 result = prime * result + (mHasAttendeeData ? 1231 : 1237); in hashCode()
469 result = prime * result + (int) (mId ^ (mId >>> 32)); in hashCode()
470 result = prime * result + (mIsFirstEventInSeries ? 1231 : 1237); in hashCode()
471 result = prime * result + (mIsOrganizer ? 1231 : 1237); in hashCode()
472 result = prime * result + ((mLocation == null) ? 0 : mLocation.hashCode()); in hashCode()
473 result = prime * result + ((mOrganizer == null) ? 0 : mOrganizer.hashCode()); in hashCode()
474 result = prime * result + ((mOriginalAllDay == null) ? 0 : mOriginalAllDay.hashCode()); in hashCode()
475 result = prime * result + (int) (mOriginalEnd ^ (mOriginalEnd >>> 32)); in hashCode()
476 result = prime * result + ((mOriginalSyncId == null) ? 0 : mOriginalSyncId.hashCode()); in hashCode()
477 result = prime * result + (int) (mOriginalId ^ (mOriginalEnd >>> 32)); in hashCode()
478 result = prime * result + (int) (mOriginalStart ^ (mOriginalStart >>> 32)); in hashCode()
479 result = prime * result + ((mOriginalTime == null) ? 0 : mOriginalTime.hashCode()); in hashCode()
480 result = prime * result + ((mOwnerAccount == null) ? 0 : mOwnerAccount.hashCode()); in hashCode()
481 result = prime * result + ((mReminders == null) ? 0 : mReminders.hashCode()); in hashCode()
482 result = prime * result + ((mRrule == null) ? 0 : mRrule.hashCode()); in hashCode()
483 result = prime * result + mSelfAttendeeStatus; in hashCode()
484 result = prime * result + mOwnerAttendeeId; in hashCode()
485 result = prime * result + (int) (mStart ^ (mStart >>> 32)); in hashCode()
486 result = prime * result + ((mSyncAccount == null) ? 0 : mSyncAccount.hashCode()); in hashCode()
487 result = prime * result + ((mSyncAccountType == null) ? 0 : mSyncAccountType.hashCode()); in hashCode()
488 result = prime * result + ((mSyncId == null) ? 0 : mSyncId.hashCode()); in hashCode()
489 result = prime * result + ((mTimezone == null) ? 0 : mTimezone.hashCode()); in hashCode()
490 result = prime * result + ((mTimezone2 == null) ? 0 : mTimezone2.hashCode()); in hashCode()
491 result = prime * result + ((mTitle == null) ? 0 : mTitle.hashCode()); in hashCode()
492 result = prime * result + (mAvailability ? 1231 : 1237); in hashCode()
493 result = prime * result + ((mUri == null) ? 0 : mUri.hashCode()); in hashCode()
494 result = prime * result + mAccessLevel; in hashCode()
495 return result; in hashCode()