Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DPhysicalChannelConfig.java341 public Builder setPhysicalCellId(int physicalCellId) { in setPhysicalCellId() argument
342 this.mPhysicalCellId = physicalCellId; in setPhysicalCellId()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioIndication.java1146 .setPhysicalCellId(config.physicalCellId) in physicalChannelConfigsIndication()