Searched refs:primeNum (Results 1 – 2 of 2) sorted by relevance
171 int primeNum = 31; in hashCode() local172 return ((mSrvccState * primeNum)); in hashCode()
226 int primeNum = 31; in hashCode() local227 return ((mRegistered ? 0 : 1) * primeNum) + ((int)(mTimeStamp / 1000) * primeNum) in hashCode()228 + (mCellConnectionStatus * primeNum); in hashCode()