Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DPhysicalChannelConfig.java170 public int getCellBandwidthDownlinkKhz() { in getCellBandwidthDownlinkKhz() method in PhysicalChannelConfig
568 mCellBandwidthDownlinkKhz = config.getCellBandwidthDownlinkKhz(); in Builder()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DPhysicalChannelConfigTest.java174 assertThat(mPhysicalChannelConfig.getCellBandwidthDownlinkKhz()).isEqualTo(CELL_BANDWIDTH); in testBuilder()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DNetworkTypeController.java1279 nrBandwidths += config.getCellBandwidthDownlinkKhz(); in updatePhysicalChannelConfigs()
1287 nrBandwidths += config.getCellBandwidthDownlinkKhz(); in updatePhysicalChannelConfigs()
DServiceStateTracker.java1774 .map(PhysicalChannelConfig::getCellBandwidthDownlinkKhz) in getBandwidthsFromConfigs()
2584 if (bandwidths == null && primaryPcc != null && primaryPcc.getCellBandwidthDownlinkKhz() in setPhyCellInfoFromCellIdentity()
2586 bandwidths = new int[] {primaryPcc.getCellBandwidthDownlinkKhz()}; in setPhyCellInfoFromCellIdentity()
/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.txt45359 method @IntRange(from=1) public int getCellBandwidthDownlinkKhz();