Searched refs:ulFreqKhz (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Wifi/service/java/com/android/server/wifi/coex/ |
D | CoexUtils.java | 414 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/ |
D | CoexUtilsTest.java | 353 int ulFreqKhz = 2560_000; in testGet2gIntermodUnsafeChannels_channel3350Example_returnsCorrectWifiChannels() local 362 assertThat(getIntermodCoexUnsafeChannels(ulFreqKhz, bandwidthKhz, dlFreqKhz, bandwidthKhz, in testGet2gIntermodUnsafeChannels_channel3350Example_returnsCorrectWifiChannels() 374 int ulFreqKhz = 2000_000; in testGet5gIntermodUnsafeChannels_cellBelowWifiBand_returnsCorrectWifiChannels() local 383 assertThat(getIntermodCoexUnsafeChannels(ulFreqKhz, bandwidthKhz, dlFreqKhz, bandwidthKhz, in testGet5gIntermodUnsafeChannels_cellBelowWifiBand_returnsCorrectWifiChannels()
|
D | CoexManagerTest.java | 149 int dlFreqKhz, int dlBandwidthKhz, int ulFreqKhz, int ulBandwidthKhz) { in createMockPhysicalChannelConfig() argument 155 when(config.getUplinkFrequencyKhz()).thenReturn(ulFreqKhz); in createMockPhysicalChannelConfig()
|