Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DPhysicalChannelConfig.java140 private int mPhysicalCellId; field in PhysicalChannelConfig
162 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.Builder
555 mPhysicalCellId = PHYSICAL_CELL_ID_UNKNOWN; in Builder()
[all …]