Searched refs:dlFreqKhz (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/coex/ |
D | CoexUtilsTest.java | 352 int dlFreqKhz = 2680_000; in testGet2gIntermodUnsafeChannels_channel3350Example_returnsCorrectWifiChannels() local 362 assertThat(getIntermodCoexUnsafeChannels(ulFreqKhz, bandwidthKhz, dlFreqKhz, bandwidthKhz, in testGet2gIntermodUnsafeChannels_channel3350Example_returnsCorrectWifiChannels() 373 int dlFreqKhz = 3280_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 153 when(config.getDownlinkFrequencyKhz()).thenReturn(dlFreqKhz); in createMockPhysicalChannelConfig()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/coex/ |
D | CoexUtils.java | 513 int ulFreqKhz, int ulBandwidthKhz, int dlFreqKhz, int dlBandwidthKhz, in getIntermodCoexUnsafeChannels() argument 519 final int dlLowerKhz = (dlFreqKhz - (dlBandwidthKhz / 2)); in getIntermodCoexUnsafeChannels() 520 final int dlUpperKhz = (dlFreqKhz + (dlBandwidthKhz / 2)); in getIntermodCoexUnsafeChannels()
|