Searched refs:mPhysicalCellId (Results 1 – 1 of 1) sorted by relevance
140 private int mPhysicalCellId; field in PhysicalChannelConfig162 dest.writeInt(mPhysicalCellId); in writeToParcel()274 return mPhysicalCellId; in getPhysicalCellId()435 && mPhysicalCellId == config.mPhysicalCellId in equals()447 Arrays.hashCode(mContextIds), mPhysicalCellId, mBand, mDownlinkFrequency, in hashCode()483 .append(mPhysicalCellId) in toString()503 mPhysicalCellId = in.readInt(); in PhysicalChannelConfig()521 mPhysicalCellId = builder.mPhysicalCellId; in PhysicalChannelConfig()543 private int mPhysicalCellId; field in PhysicalChannelConfig.Builder555 mPhysicalCellId = PHYSICAL_CELL_ID_UNKNOWN; in Builder()[all …]