Home
last modified time | relevance | path

Searched refs:mCsgInfo (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DCellIdentityTdscdma.java56 private ClosedSubscriberGroupInfo mCsgInfo; field in CellIdentityTdscdma
68 mCsgInfo = null; in CellIdentityTdscdma()
103 mCsgInfo = csgInfo; in CellIdentityTdscdma()
110 cid.mAlphaShort, cid.mAdditionalPlmns, cid.mCsgInfo); in CellIdentityTdscdma()
239 return mCsgInfo; in getClosedSubscriberGroupInfo()
270 && Objects.equals(mCsgInfo, o.mCsgInfo) in equals()
277 mAdditionalPlmns.hashCode(), mCsgInfo, super.hashCode()); in hashCode()
292 .append(" mCsgInfo=").append(mCsgInfo) in toString()
312 dest.writeParcelable(mCsgInfo, flags); in writeToParcel()
323 mCsgInfo = in.readParcelable(null); in CellIdentityTdscdma()
DCellIdentityLte.java63 private ClosedSubscriberGroupInfo mCsgInfo; field in CellIdentityLte
78 mCsgInfo = null; in CellIdentityLte()
133 mCsgInfo = csgInfo; in CellIdentityLte()
164 cid.mMncStr, cid.mAlphaLong, cid.mAlphaShort, cid.mAdditionalPlmns, cid.mCsgInfo); in CellIdentityLte()
306 return mCsgInfo; in getClosedSubscriberGroupInfo()
335 mBandwidth, mAdditionalPlmns.hashCode(), mCsgInfo, super.hashCode()); in hashCode()
358 && Objects.equals(mCsgInfo, o.mCsgInfo) in equals()
376 .append(" mCsgInfo=").append(mCsgInfo) in toString()
392 dest.writeParcelable(mCsgInfo, flags); in writeToParcel()
405 mCsgInfo = in.readParcelable(null); in CellIdentityLte()
DCellIdentityWcdma.java58 private final ClosedSubscriberGroupInfo mCsgInfo; field in CellIdentityWcdma
70 mCsgInfo = null; in CellIdentityWcdma()
104 mCsgInfo = csgInfo; in CellIdentityWcdma()
134 cid.mMncStr, cid.mAlphaLong, cid.mAlphaShort, cid.mAdditionalPlmns, cid.mCsgInfo); in CellIdentityWcdma()
262 return mCsgInfo; in getClosedSubscriberGroupInfo()
297 && Objects.equals(mCsgInfo, o.mCsgInfo) in equals()
313 .append(" mCsgInfo=").append(mCsgInfo) in toString()
327 dest.writeParcelable(mCsgInfo, flags); in writeToParcel()
338 mCsgInfo = in.readParcelable(null); in CellIdentityWcdma()