Searched refs:LARGE_PRIME (Results 1 – 1 of 1) sorted by relevance
82 final int LARGE_PRIME = 1610612741; in hashCode() local84 hash = LARGE_PRIME * (hash + (int)mContactId); in hashCode()85 hash = LARGE_PRIME * (hash + (int)mPrimaryId); in hashCode()86 hash = LARGE_PRIME * (hash + (int)mHomeId); in hashCode()87 hash = LARGE_PRIME * (hash + (int)mMobileId); in hashCode()88 hash = LARGE_PRIME * (hash + (int)mWorkId); in hashCode()89 hash = LARGE_PRIME * (hash + (int)mOtherId); in hashCode()90 hash = LARGE_PRIME * (hash + (int)mFallbackId); in hashCode()