Searched refs:mMnc (Results 1 – 4 of 4) sorted by relevance
34 private final int mMnc; field in CellIdentityGsm45 mMnc = Integer.MAX_VALUE; in CellIdentityGsm()60 mMnc = mnc; in CellIdentityGsm()67 mMnc = cid.mMnc; in CellIdentityGsm()87 return mMnc; in getMnc()117 return (mMcc * primeNum) + (mMnc * primeNum) + (mLac * primeNum) + (mCid * primeNum); in hashCode()126 mMnc == o.mMnc && in equals()141 sb.append(" mMnc=").append(mMnc); in toString()160 dest.writeInt(mMnc); in writeToParcel()168 mMnc = in.readInt(); in CellIdentityGsm()
34 private final int mMnc; field in CellIdentityLte47 mMnc = Integer.MAX_VALUE; in CellIdentityLte()65 mMnc = mnc; in CellIdentityLte()73 mMnc = cid.mMnc; in CellIdentityLte()94 return mMnc; in getMnc()121 return (mMcc * primeNum) + (mMnc * primeNum) + (mCi * primeNum) + (mPci * primeNum) + in hashCode()131 mMnc == o.mMnc && in equals()147 sb.append(" mMnc="); sb.append(mMnc); in toString()167 dest.writeInt(mMnc); in writeToParcel()176 mMnc = in.readInt(); in CellIdentityLte()
34 private final int mMnc; field in CellIdentityWcdma47 mMnc = Integer.MAX_VALUE; in CellIdentityWcdma()64 mMnc = mnc; in CellIdentityWcdma()72 mMnc = cid.mMnc; in CellIdentityWcdma()93 return mMnc; in getMnc()122 return (mMcc * primeNum) + (mMnc * primeNum) + (mLac * primeNum) + (mCid * primeNum) + in hashCode()132 mMnc == o.mMnc && in equals()148 sb.append(" mMnc=").append(mMnc); in toString()168 dest.writeInt(mMnc); in writeToParcel()177 mMnc = in.readInt(); in CellIdentityWcdma()
103 private int mMnc; field in SubscriptionInfo127 this.mMnc = mnc; in SubscriptionInfo()275 return this.mMnc; in getMnc()324 dest.writeInt(mMnc); in writeToParcel()340 + " mnc " + mMnc + "}"; in toString()