Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DCellIdentityTdscdma.java58 private ClosedSubscriberGroupInfo mCsgInfo; field in CellIdentityTdscdma
70 mCsgInfo = null; in CellIdentityTdscdma()
105 mCsgInfo = csgInfo; in CellIdentityTdscdma()
112 cid.mAlphaShort, cid.mAdditionalPlmns, cid.mCsgInfo); in CellIdentityTdscdma()
241 return mCsgInfo; in getClosedSubscriberGroupInfo()
272 && Objects.equals(mCsgInfo, o.mCsgInfo) in equals()
279 mAdditionalPlmns.hashCode(), mCsgInfo, super.hashCode()); in hashCode()
294 .append(" mCsgInfo=").append(mCsgInfo) in toString()
314 dest.writeParcelable(mCsgInfo, flags); in writeToParcel()
325 mCsgInfo = in.readParcelable(null); in CellIdentityTdscdma()
DCellIdentityLte.java65 private ClosedSubscriberGroupInfo mCsgInfo; field in CellIdentityLte
80 mCsgInfo = null; in CellIdentityLte()
135 mCsgInfo = csgInfo; in CellIdentityLte()
166 cid.mMncStr, cid.mAlphaLong, cid.mAlphaShort, cid.mAdditionalPlmns, cid.mCsgInfo); in CellIdentityLte()
308 return mCsgInfo; in getClosedSubscriberGroupInfo()
337 mBandwidth, mAdditionalPlmns.hashCode(), mCsgInfo, super.hashCode()); in hashCode()
360 && Objects.equals(mCsgInfo, o.mCsgInfo) in equals()
378 .append(" mCsgInfo=").append(mCsgInfo) in toString()
394 dest.writeParcelable(mCsgInfo, flags); in writeToParcel()
407 mCsgInfo = in.readParcelable(null); in CellIdentityLte()
DCellIdentityWcdma.java60 private final ClosedSubscriberGroupInfo mCsgInfo; field in CellIdentityWcdma
72 mCsgInfo = null; in CellIdentityWcdma()
106 mCsgInfo = csgInfo; in CellIdentityWcdma()
136 cid.mMncStr, cid.mAlphaLong, cid.mAlphaShort, cid.mAdditionalPlmns, cid.mCsgInfo); in CellIdentityWcdma()
264 return mCsgInfo; in getClosedSubscriberGroupInfo()
299 && Objects.equals(mCsgInfo, o.mCsgInfo) in equals()
315 .append(" mCsgInfo=").append(mCsgInfo) in toString()
329 dest.writeParcelable(mCsgInfo, flags); in writeToParcel()
340 mCsgInfo = in.readParcelable(null); in CellIdentityWcdma()