Searched refs:mPhysicalCellId (Results 1 – 1 of 1) sorted by relevance
130 private int mPhysicalCellId; field in PhysicalChannelConfig152 dest.writeInt(mPhysicalCellId); in writeToParcel()259 return mPhysicalCellId; in getPhysicalCellId()420 && mPhysicalCellId == config.mPhysicalCellId in equals()467 .append(mPhysicalCellId) in toString()487 mPhysicalCellId = in.readInt(); in PhysicalChannelConfig()505 mPhysicalCellId = builder.mPhysicalCellId; in PhysicalChannelConfig()527 private int mPhysicalCellId; field in PhysicalChannelConfig.Builder539 mPhysicalCellId = PHYSICAL_CELL_ID_UNKNOWN; in Builder()556 mPhysicalCellId = config.getPhysicalCellId(); in Builder()[all …]