Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DPhysicalChannelConfig.java637 public @NonNull Builder setPhysicalCellId(int physicalCellId) { in setPhysicalCellId() argument
638 if (physicalCellId > PHYSICAL_CELL_ID_MAXIMUM_VALUE) { in setPhysicalCellId()
639 throw new IllegalArgumentException("Physical cell ID " + physicalCellId in setPhysicalCellId()
642 mPhysicalCellId = physicalCellId; in setPhysicalCellId()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DNetworkIndication.java189 .setPhysicalCellId(config.physicalCellId) in currentPhysicalChannelConfigs()
DRadioIndication.java1181 .setPhysicalCellId(config.physicalCellId) in physicalChannelConfigsIndication()
1223 .setPhysicalCellId(config.physicalCellId) in physicalChannelConfigsIndication()