Home
last modified time | relevance | path

Searched defs:unsafeLowerKhz (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/coex/
DCoexUtilsTest.java54 private int getHarmonicUlFreqKhz(int unsafeLowerKhz, int unsafeUpperKhz, int harmonicDeg) { in getHarmonicUlFreqKhz()
58 private int getHarmonicUlBandwidthKhz(int unsafeLowerKhz, int unsafeUpperKhz, int harmonicDeg) { in getHarmonicUlBandwidthKhz()
212 int unsafeLowerKhz = getLowerFreqKhz(1, WIFI_BAND_24_GHZ) - 5_000; in testGet2gHarmonicUnsafeChannels_exampleInputs_returnsCorrectOverlap() local
254 int unsafeLowerKhz = unsafeUpperKhz - 5_000; in testGet2gHarmonicUnsafeChannels_overlapDoesNotMeetThreshold_returnsNoChannels() local
272 int unsafeLowerKhz = getLowerFreqKhz(32, WIFI_BAND_5_GHZ); in testGet5gHarmonicCoexUnsafeChannels_exampleInputs_returnsCorrectOverlap() local
334 final int unsafeLowerKhz = getUpperFreqKhz(68, WIFI_BAND_5_GHZ); in testGet5gHarmonicCoexUnsafeChannels_betweenChan68andChan96_returnsNoChannels() local
/packages/modules/Wifi/service/java/com/android/server/wifi/coex/
DCoexUtils.java359 final int unsafeLowerKhz = cellFreqKhz - (cellBandwidthKhz / 2) - thresholdKhz; in getNeighboringCoexUnsafeChannels() local
417 final int unsafeLowerKhz = (ulFreqKhz - (ulBandwidthKhz / 2)) * harmonicDegree; in get2gHarmonicCoexUnsafeChannels() local
456 final int unsafeLowerKhz = (ulFreqKhz - (ulBandwidthKhz / 2)) * harmonicDegree; in get5gHarmonicCoexUnsafeChannels() local