Searched refs:mPhysicalCellId (Results 1 – 1 of 1) sorted by relevance
91 private int mPhysicalCellId; field in PhysicalChannelConfig106 dest.writeInt(mPhysicalCellId); in writeToParcel()161 return mPhysicalCellId; in getPhysicalCellId()214 && mPhysicalCellId == config.mPhysicalCellId in equals()222 mChannelNumber, mPhysicalCellId, mContextIds); in hashCode()252 .append(mPhysicalCellId) in toString()264 mPhysicalCellId = in.readInt(); in PhysicalChannelConfig()274 mPhysicalCellId = builder.mPhysicalCellId; in PhysicalChannelConfig()285 private int mPhysicalCellId; field in PhysicalChannelConfig.Builder295 mPhysicalCellId = Integer.MAX_VALUE; in Builder()[all …]