Home
last modified time | relevance | path

Searched refs:mCellIdentityGsm (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/telephony/java/android/telephony/
H A DCellInfoGsm.java35 private CellIdentityGsm mCellIdentityGsm; field in CellInfoGsm
42 mCellIdentityGsm = new CellIdentityGsm(); in CellInfoGsm()
49 mCellIdentityGsm = ci.mCellIdentityGsm.copy(); in CellInfoGsm()
57 mCellIdentityGsm = cellIdentityGsm; in CellInfoGsm()
66 return mCellIdentityGsm; in getCellIdentity()
71 mCellIdentityGsm = cid; in setCellIdentity()
86 result.mCellIdentityGsm = mCellIdentityGsm.sanitizeLocationInfo(); in sanitizeLocationInfo()
110 return mCellIdentityGsm.equals(o.mCellIdentityGsm) in equals()
123 sb.append(" ").append(mCellIdentityGsm); in toString()
140 mCellIdentityGsm.writeToParcel(dest, flags); in writeToParcel()
[all …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt53086 Landroid/telephony/CellInfoGsm;->mCellIdentityGsm:Landroid/telephony/CellIdentityGsm;