Home
last modified time | relevance | path

Searched refs:ulBandwidthKhz (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/coex/
DCoexUtils.java414 int ulFreqKhz, int ulBandwidthKhz, int harmonicDegree, int overlapPercentThreshold, in get2gHarmonicCoexUnsafeChannels() argument
417 final int unsafeLowerKhz = (ulFreqKhz - (ulBandwidthKhz / 2)) * harmonicDegree; in get2gHarmonicCoexUnsafeChannels()
418 final int unsafeUpperKhz = (ulFreqKhz + (ulBandwidthKhz / 2)) * harmonicDegree; in get2gHarmonicCoexUnsafeChannels()
453 int ulFreqKhz, int ulBandwidthKhz, int harmonicDegree, int overlapPercentThreshold, in get5gHarmonicCoexUnsafeChannels() argument
456 final int unsafeLowerKhz = (ulFreqKhz - (ulBandwidthKhz / 2)) * harmonicDegree; in get5gHarmonicCoexUnsafeChannels()
457 final int unsafeUpperKhz = (ulFreqKhz + (ulBandwidthKhz / 2)) * harmonicDegree; in get5gHarmonicCoexUnsafeChannels()
513 int ulFreqKhz, int ulBandwidthKhz, int dlFreqKhz, int dlBandwidthKhz, in getIntermodCoexUnsafeChannels() argument
517 final int ulLowerKhz = (ulFreqKhz - (ulBandwidthKhz / 2)); in getIntermodCoexUnsafeChannels()
518 final int ulUpperKhz = (ulFreqKhz + (ulBandwidthKhz / 2)); in getIntermodCoexUnsafeChannels()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/coex/
DCoexManagerTest.java149 int dlFreqKhz, int dlBandwidthKhz, int ulFreqKhz, int ulBandwidthKhz) { in createMockPhysicalChannelConfig() argument
156 when(config.getCellBandwidthUplinkKhz()).thenReturn(ulBandwidthKhz); in createMockPhysicalChannelConfig()