Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DPhysicalChannelConfig.java273 public int getPhysicalCellId() { in getPhysicalCellId() method in PhysicalChannelConfig
572 mPhysicalCellId = config.getPhysicalCellId(); in Builder()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DPhysicalChannelConfigTest.java178 assertThat(mPhysicalChannelConfig.getPhysicalCellId()).isEqualTo(PHYSICAL_CELL_ID); in testBuilder()
DTelephonyRegistryTest.java941 assertEquals(PHYSICAL_CELL_ID_UNKNOWN, mPhysicalChannelConfigs.get(0).getPhysicalCellId()); in testPhysicalChannelConfigChanged()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DNetworkTypeController.java1277 anchorNrCellId = config.getPhysicalCellId(); in updatePhysicalChannelConfigs()
1284 anchorLteCellId = config.getPhysicalCellId(); in updatePhysicalChannelConfigs()
DServiceStateTracker.java2614 && pcc.getNetworkType() == networkType && pcc.getPhysicalCellId() == pci) { in getPrimaryPhysicalChannelConfigForCell()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt45365 method @IntRange(from=0, to=1007) public int getPhysicalCellId();