Searched refs:primeNum (Results 1 – 7 of 7) sorted by relevance
218 int primeNum = 31; in hashCode() local219 return (mSignalStrength * primeNum) + (mRsrp * primeNum) in hashCode()220 + (mRsrq * primeNum) + (mRssnr * primeNum) + (mCqi * primeNum) in hashCode()221 + (mTimingAdvance * primeNum); in hashCode()
941 int primeNum = 31; in hashCode() local942 return ((mGsmSignalStrength * primeNum) in hashCode()943 + (mGsmBitErrorRate * primeNum) in hashCode()944 + (mCdmaDbm * primeNum) + (mCdmaEcio * primeNum) in hashCode()945 + (mEvdoDbm * primeNum) + (mEvdoEcio * primeNum) + (mEvdoSnr * primeNum) in hashCode()946 + (mLteSignalStrength * primeNum) + (mLteRsrp * primeNum) in hashCode()947 + (mLteRsrq * primeNum) + (mLteRssnr * primeNum) + (mLteCqi * primeNum) in hashCode()948 + (mTdScdmaRscp * primeNum) + (isGsm ? 1 : 0)); 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()
296 int primeNum = 31; in hashCode() local297 return ((mCdmaDbm * primeNum) + (mCdmaEcio * primeNum) in hashCode()298 + (mEvdoDbm * primeNum) + (mEvdoEcio * primeNum) + (mEvdoSnr * primeNum)); in hashCode()
159 int primeNum = 31; in hashCode() local160 return (mSignalStrength * primeNum) + (mBitErrorRate * primeNum); in hashCode()
178 int primeNum = 31; in hashCode() local179 return (mSignalStrength * primeNum) + (mBitErrorRate * primeNum); in hashCode()
166 int primeNum = 31; in hashCode() local167 return ((mSrvccState * primeNum)); in hashCode()