• Home
  • Raw
  • Download

Lines Matching refs:result

484         int result = 1;  in hashCode()  local
485 result = prime * result + (mAllDay ? 1231 : 1237); in hashCode()
486 result = prime * result + ((mAttendeesList == null) ? 0 : getAttendeesString().hashCode()); in hashCode()
487 result = prime * result + (int) (mCalendarId ^ (mCalendarId >>> 32)); in hashCode()
488 result = prime * result + ((mDescription == null) ? 0 : mDescription.hashCode()); in hashCode()
489 result = prime * result + ((mDuration == null) ? 0 : mDuration.hashCode()); in hashCode()
490 result = prime * result + (int) (mEnd ^ (mEnd >>> 32)); in hashCode()
491 result = prime * result + (mGuestsCanInviteOthers ? 1231 : 1237); in hashCode()
492 result = prime * result + (mGuestsCanModify ? 1231 : 1237); in hashCode()
493 result = prime * result + (mGuestsCanSeeGuests ? 1231 : 1237); in hashCode()
494 result = prime * result + (mOrganizerCanRespond ? 1231 : 1237); in hashCode()
495 result = prime * result + (mModelUpdatedWithEventCursor ? 1231 : 1237); in hashCode()
496 result = prime * result + mCalendarAccessLevel; in hashCode()
497 result = prime * result + (mHasAlarm ? 1231 : 1237); in hashCode()
498 result = prime * result + (mHasAttendeeData ? 1231 : 1237); in hashCode()
499 result = prime * result + (int) (mId ^ (mId >>> 32)); in hashCode()
500 result = prime * result + (mIsFirstEventInSeries ? 1231 : 1237); in hashCode()
501 result = prime * result + (mIsOrganizer ? 1231 : 1237); in hashCode()
502 result = prime * result + ((mLocation == null) ? 0 : mLocation.hashCode()); in hashCode()
503 result = prime * result + ((mOrganizer == null) ? 0 : mOrganizer.hashCode()); in hashCode()
504 result = prime * result + ((mOriginalAllDay == null) ? 0 : mOriginalAllDay.hashCode()); in hashCode()
505 result = prime * result + (int) (mOriginalEnd ^ (mOriginalEnd >>> 32)); in hashCode()
506 result = prime * result + ((mOriginalSyncId == null) ? 0 : mOriginalSyncId.hashCode()); in hashCode()
507 result = prime * result + (int) (mOriginalId ^ (mOriginalEnd >>> 32)); in hashCode()
508 result = prime * result + (int) (mOriginalStart ^ (mOriginalStart >>> 32)); in hashCode()
509 result = prime * result + ((mOriginalTime == null) ? 0 : mOriginalTime.hashCode()); in hashCode()
510 result = prime * result + ((mOwnerAccount == null) ? 0 : mOwnerAccount.hashCode()); in hashCode()
511 result = prime * result + ((mReminders == null) ? 0 : mReminders.hashCode()); in hashCode()
512 result = prime * result + ((mRrule == null) ? 0 : mRrule.hashCode()); in hashCode()
513 result = prime * result + mSelfAttendeeStatus; in hashCode()
514 result = prime * result + mOwnerAttendeeId; in hashCode()
515 result = prime * result + (int) (mStart ^ (mStart >>> 32)); in hashCode()
516 result = prime * result + ((mSyncAccount == null) ? 0 : mSyncAccount.hashCode()); in hashCode()
517 result = prime * result + ((mSyncAccountType == null) ? 0 : mSyncAccountType.hashCode()); in hashCode()
518 result = prime * result + ((mSyncId == null) ? 0 : mSyncId.hashCode()); in hashCode()
519 result = prime * result + ((mTimezone == null) ? 0 : mTimezone.hashCode()); in hashCode()
520 result = prime * result + ((mTimezone2 == null) ? 0 : mTimezone2.hashCode()); in hashCode()
521 result = prime * result + ((mTitle == null) ? 0 : mTitle.hashCode()); in hashCode()
522 result = prime * result + (mAvailability); in hashCode()
523 result = prime * result + ((mUri == null) ? 0 : mUri.hashCode()); in hashCode()
524 result = prime * result + mAccessLevel; in hashCode()
525 result = prime * result + mEventStatus; in hashCode()
526 return result; in hashCode()