Searched refs:mPci (Results 1 – 1 of 1) sorted by relevance
40 private final int mPci; field in CellIdentityLte53 mPci = Integer.MAX_VALUE; in CellIdentityLte()87 mPci = pci; in CellIdentityLte()96 mPci = cid.mPci; in CellIdentityLte()130 return mPci; in getPci()149 return Objects.hash(mMcc, mMnc, mCi, mPci, mTac); in hashCode()166 mPci == o.mPci && in equals()177 sb.append(" mPci="); sb.append(mPci); in toString()198 dest.writeInt(mPci); in writeToParcel()208 mPci = in.readInt(); in CellIdentityLte()