Home
last modified time | relevance | path

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

/aosp12/frameworks/base/telephony/java/android/telephony/
H A DPhysicalChannelConfig.java130 private int mPhysicalCellId; field in PhysicalChannelConfig
152 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.Builder
539 mPhysicalCellId = PHYSICAL_CELL_ID_UNKNOWN; in Builder()
556 mPhysicalCellId = config.getPhysicalCellId(); in Builder()
[all …]