Searched refs:mPci (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | CellIdentityNr.java | 45 private final int mPci; field in CellIdentityNr 73 mPci = inRangeOrUnavailable(pci, 0, MAX_PCI); in CellIdentityNr() 134 return Objects.hash(super.hashCode(), mPci, mTac, in hashCode() 149 return super.equals(o) && mPci == o.mPci && mTac == o.mTac && mNrArfcn == o.mNrArfcn in equals() 197 return mPci; in getPci() 242 .append(" mPci = ").append(mPci) in toString() 259 dest.writeInt(mPci); in writeToParcel() 270 mPci = in.readInt(); in CellIdentityNr()
|
D | CellIdentityLte.java | 50 private final int mPci; field in CellIdentityLte 72 mPci = CellInfo.UNAVAILABLE; in CellIdentityLte() 122 mPci = inRangeOrUnavailable(pci, 0, MAX_PCI); in CellIdentityLte() 163 this(cid.mCi, cid.mPci, cid.mTac, cid.mEarfcn, cid.mBands, cid.mBandwidth, cid.mMccStr, in CellIdentityLte() 224 return mPci; in getPci() 334 return Objects.hash(mCi, mPci, mTac, mEarfcn, Arrays.hashCode(mBands), in hashCode() 350 && mPci == o.mPci in equals() 366 .append(" mPci=").append(mPci) in toString() 386 dest.writeInt(mPci); in writeToParcel() 399 mPci = in.readInt(); in CellIdentityLte()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 67049 Landroid/telephony/CellIdentityLte;->mPci:I
|