Home
last modified time | relevance | path

Searched refs:LARGE_PRIME (Results 1 – 1 of 1) sorted by relevance

/packages/apps/VoiceDialer/src/com/android/voicedialer/
DVoiceContact.java82 final int LARGE_PRIME = 1610612741; in hashCode() local
84 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()