Home
last modified time | relevance | path

Searched defs:ulFreqKhz (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/coex/
DCoexUtilsTest.java353 int ulFreqKhz = 2560_000; in testGet2gIntermodUnsafeChannels_channel3350Example_returnsCorrectWifiChannels() local
374 int ulFreqKhz = 2000_000; in testGet5gIntermodUnsafeChannels_cellBelowWifiBand_returnsCorrectWifiChannels() local
DCoexManagerTest.java149 int dlFreqKhz, int dlBandwidthKhz, int ulFreqKhz, int ulBandwidthKhz) { in createMockPhysicalChannelConfig()
/packages/modules/Wifi/service/java/com/android/server/wifi/coex/
DCoexUtils.java414 int ulFreqKhz, int ulBandwidthKhz, int harmonicDegree, int overlapPercentThreshold, in get2gHarmonicCoexUnsafeChannels()
453 int ulFreqKhz, int ulBandwidthKhz, int harmonicDegree, int overlapPercentThreshold, in get5gHarmonicCoexUnsafeChannels()
513 int ulFreqKhz, int ulBandwidthKhz, int dlFreqKhz, int dlBandwidthKhz, in getIntermodCoexUnsafeChannels()