Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DCellInfoWcdma.java31 private CellIdentityWcdma mCellIdentityWcdma; field in CellInfoWcdma
37 mCellIdentityWcdma = new CellIdentityWcdma(); in CellInfoWcdma()
44 this.mCellIdentityWcdma = ci.mCellIdentityWcdma.copy(); in CellInfoWcdma()
49 return mCellIdentityWcdma; in getCellIdentity()
53 mCellIdentityWcdma = cid; in setCellIdentity()
69 … return super.hashCode() + mCellIdentityWcdma.hashCode() + mCellSignalStrengthWcdma.hashCode(); in hashCode()
79 return mCellIdentityWcdma.equals(o.mCellIdentityWcdma) in equals()
92 sb.append(" ").append(mCellIdentityWcdma); in toString()
109 mCellIdentityWcdma.writeToParcel(dest, flags); in writeToParcel()
119 mCellIdentityWcdma = CellIdentityWcdma.CREATOR.createFromParcel(in); in CellInfoWcdma()