Searched refs:getCellBandwidthDownlinkKhz (Results 1 – 6 of 6) sorted by relevance
170 public int getCellBandwidthDownlinkKhz() { in getCellBandwidthDownlinkKhz() method in PhysicalChannelConfig568 mCellBandwidthDownlinkKhz = config.getCellBandwidthDownlinkKhz(); in Builder()
174 assertThat(mPhysicalChannelConfig.getCellBandwidthDownlinkKhz()).isEqualTo(CELL_BANDWIDTH); in testBuilder()
1279 nrBandwidths += config.getCellBandwidthDownlinkKhz(); in updatePhysicalChannelConfigs()1287 nrBandwidths += config.getCellBandwidthDownlinkKhz(); in updatePhysicalChannelConfigs()
1774 .map(PhysicalChannelConfig::getCellBandwidthDownlinkKhz) in getBandwidthsFromConfigs()2584 if (bandwidths == null && primaryPcc != null && primaryPcc.getCellBandwidthDownlinkKhz() in setPhyCellInfoFromCellIdentity()2586 bandwidths = new int[] {primaryPcc.getCellBandwidthDownlinkKhz()}; in setPhyCellInfoFromCellIdentity()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
45359 method @IntRange(from=1) public int getCellBandwidthDownlinkKhz();