Searched refs:primeNum (Results 1 – 11 of 11) sorted by relevance
140 int primeNum = 31; in hashCode() local141 return (mNetworkId * primeNum) + (mSystemId * primeNum) + (mBasestationId * primeNum) + in hashCode()142 (mLatitude * primeNum) + (mLongitude * primeNum); in hashCode()
120 int primeNum = 31; in hashCode() local121 return (mMcc * primeNum) + (mMnc * primeNum) + (mCi * primeNum) + (mPci * primeNum) + in hashCode()122 (mTac * primeNum); in hashCode()
121 int primeNum = 31; in hashCode() local122 return (mMcc * primeNum) + (mMnc * primeNum) + (mLac * primeNum) + (mCid * primeNum) + in hashCode()123 (mPsc * primeNum); in hashCode()
203 int primeNum = 31; in hashCode() local204 return (mSignalStrength * primeNum) + (mRsrp * primeNum) in hashCode()205 + (mRsrq * primeNum) + (mRssnr * primeNum) + (mCqi * primeNum) in hashCode()206 + (mTimingAdvance * primeNum); in hashCode()
116 int primeNum = 31; in hashCode() local117 return (mMcc * primeNum) + (mMnc * primeNum) + (mLac * primeNum) + (mCid * primeNum); in hashCode()
112 int primeNum = 31; in hashCode() local113 return ((mRegistered ? 0 : 1) * primeNum) + ((int)(mTimeStamp / 1000) * primeNum) in hashCode()114 + (mTimeStampType * primeNum); in hashCode()
853 int primeNum = 31; in hashCode() local854 return ((mGsmSignalStrength * primeNum) in hashCode()855 + (mGsmBitErrorRate * primeNum) in hashCode()856 + (mCdmaDbm * primeNum) + (mCdmaEcio * primeNum) in hashCode()857 + (mEvdoDbm * primeNum) + (mEvdoEcio * primeNum) + (mEvdoSnr * primeNum) in hashCode()858 + (mLteSignalStrength * primeNum) + (mLteRsrp * primeNum) in hashCode()859 + (mLteRsrq * primeNum) + (mLteRssnr * primeNum) + (mLteCqi * primeNum) in hashCode()
290 int primeNum = 31; in hashCode() local291 return ((mCdmaDbm * primeNum) + (mCdmaEcio * primeNum) in hashCode()292 + (mEvdoDbm * primeNum) + (mEvdoEcio * primeNum) + (mEvdoSnr * primeNum)); in hashCode()
159 int primeNum = 31; in hashCode() local160 return (mSignalStrength * primeNum) + (mBitErrorRate * primeNum); in hashCode()
166 int primeNum = 31; in hashCode() local167 return ((mSrvccState * primeNum)); in hashCode()