Searched refs:mPci (Results 1 – 1 of 1) sorted by relevance
38 private final int mPci; field in CellIdentityLte49 mPci = Integer.MAX_VALUE; in CellIdentityLte()67 mPci = pci; in CellIdentityLte()75 mPci = cid.mPci; in CellIdentityLte()108 return mPci; in getPci()121 return (mMcc * primeNum) + (mMnc * primeNum) + (mCi * primeNum) + (mPci * primeNum) + in hashCode()133 mPci == o.mCi && in equals()149 sb.append(" mPci="); sb.append(mPci); in toString()169 dest.writeInt(mPci); in writeToParcel()178 mPci = in.readInt(); in CellIdentityLte()