Home
last modified time | relevance | path

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

/aosp12/frameworks/base/telephony/java/android/telephony/
H A DPhysicalChannelConfig.java621 public @NonNull Builder setPhysicalCellId(int physicalCellId) { in setPhysicalCellId() argument
622 if (physicalCellId > PHYSICAL_CELL_ID_MAXIMUM_VALUE) { in setPhysicalCellId()
623 throw new IllegalArgumentException("Physical cell Id: " + physicalCellId + in setPhysicalCellId()
626 mPhysicalCellId = physicalCellId; in setPhysicalCellId()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRadioIndication.java1297 .setPhysicalCellId(config.physicalCellId) in physicalChannelConfigsIndication()
1313 .setPhysicalCellId(config.physicalCellId) in physicalChannelConfigsIndication()
/aosp12/hardware/interfaces/radio/1.6/
H A Dtypes.hal898 uint32_t physicalCellId;
/aosp12/hardware/interfaces/radio/1.4/
H A Dtypes.hal1461 uint32_t physicalCellId;