Home
last modified time | relevance | path

Searched refs:getCellBandwidthUplinkKhz (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/telephony/java/android/telephony/
H A DPhysicalChannelConfig.java168 public int getCellBandwidthUplinkKhz() { in getCellBandwidthUplinkKhz() method in PhysicalChannelConfig
553 mCellBandwidthUplinkKhz = config.getCellBandwidthUplinkKhz(); in Builder()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DPhysicalChannelConfigTest.java171 assertThat(mPhysicalChannelConfig.getCellBandwidthUplinkKhz()).isEqualTo(CELL_BANDWIDTH); in testBuilder()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/coex/
H A DCoexUtils.java605 config.getCellBandwidthUplinkKhz(), in CoexCellChannel()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/coex/
H A DCoexManagerTest.java154 when(config.getCellBandwidthUplinkKhz()).thenReturn(ulBandwidthKhz); in createMockPhysicalChannelConfig()
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt42106 method @IntRange(from=1) public int getCellBandwidthUplinkKhz();