Searched refs:mCellIdentityGsm (Results 1 – 2 of 2) sorted by relevance
35 private CellIdentityGsm mCellIdentityGsm; field in CellInfoGsm42 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 …]
53086 Landroid/telephony/CellInfoGsm;->mCellIdentityGsm:Landroid/telephony/CellIdentityGsm;