Lines Matching refs:mPsc
51 private final int mPsc; field in CellIdentityWcdma
69 mPsc = CellInfo.UNAVAILABLE; in CellIdentityWcdma()
98 mPsc = inRangeOrUnavailable(psc, 0, MAX_PSC); in CellIdentityWcdma()
111 this(cid.mLac, cid.mCid, cid.mPsc, cid.mUarfcn, cid.mMccStr, in CellIdentityWcdma()
181 return mPsc; in getPsc()
210 return Objects.hash(mLac, mCid, mPsc, mAdditionalPlmns.hashCode(), super.hashCode()); in hashCode()
250 int psc = mPsc != CellInfo.UNAVAILABLE ? mPsc : -1; in asCellLocation()
270 && mPsc == o.mPsc in equals()
284 .append(" mPsc=").append(mPsc) in toString()
302 dest.writeInt(mPsc); in writeToParcel()
313 mPsc = in.readInt(); in CellIdentityWcdma()