Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DPhysicalChannelConfig.java91 private int mPhysicalCellId; field in PhysicalChannelConfig
106 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.Builder
295 mPhysicalCellId = Integer.MAX_VALUE; in Builder()
[all …]