Home
last modified time | relevance | path

Searched refs:mCellIdentity (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DCellInfoNr.java30 private final CellIdentityNr mCellIdentity; field in CellInfoNr
35 mCellIdentity = CellIdentityNr.CREATOR.createFromParcel(in); in CellInfoNr()
41 mCellIdentity = sanitizeLocationInfo ? other.mCellIdentity.sanitizeLocationInfo() in CellInfoNr()
42 : other.mCellIdentity; in CellInfoNr()
52 return mCellIdentity; in getCellIdentity()
72 return Objects.hash(super.hashCode(), mCellIdentity, mCellSignalStrength); in hashCode()
82 return super.equals(o) && mCellIdentity.equals(o.mCellIdentity) in equals()
91 .append(" " + mCellIdentity) in toString()
100 mCellIdentity.writeToParcel(dest, flags); in writeToParcel()
DNetworkRegistrationInfo.java176 private CellIdentity mCellIdentity; field in NetworkRegistrationInfo
220 mCellIdentity = cellIdentity; in NetworkRegistrationInfo()
274 mCellIdentity = source.readParcelable(CellIdentity.class.getClassLoader()); in NetworkRegistrationInfo()
297 if (nri.mCellIdentity != null) { in NetworkRegistrationInfo()
299 nri.mCellIdentity.writeToParcel(p, 0); in NetworkRegistrationInfo()
303 mCellIdentity = CellIdentity.CREATOR.createFromParcel(p); in NetworkRegistrationInfo()
428 return mCellIdentity; in getCellIdentity()
519 .append(" cellIdentity=").append(mCellIdentity) in toString()
530 mCellIdentity, mVoiceSpecificInfo, mDataSpecificInfo, mNrState); in hashCode()
550 && Objects.equals(mCellIdentity, other.mCellIdentity) in equals()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java425 private CellIdentity mCellIdentity; field in ServiceStateTracker
707 mCellIdentity = null; in updatePhoneType()
1221 mCellIdentity = cellIdentity; in handleMessage()
1341 mSS.getOperatorNumeric(), getCidFromCellIdentity(mCellIdentity)); in handleMessage()
3106 boolean hasLocationChanged = !Objects.equals(mNewCellIdentity, mCellIdentity); in pollStateDone()
3234 CellIdentity tempCellId = mCellIdentity; in pollStateDone()
3235 mCellIdentity = mNewCellIdentity; in pollStateDone()
3898 if (mCellIdentity != null) return mCellIdentity.asCellLocation(); in getCellLocation()
3920 if (mCellIdentity != null) { in requestCellLocation()
3921 AsyncResult.forMessage(rspMsg, mCellIdentity.asCellLocation(), null); in requestCellLocation()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt73629 Landroid/telephony/NetworkRegistrationState;->mCellIdentity:Landroid/telephony/CellIdentity;