Searched refs:mCellIdentityWcdma (Results 1 – 1 of 1) sorted by relevance
31 private CellIdentityWcdma mCellIdentityWcdma; field in CellInfoWcdma37 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()