Home
last modified time | relevance | path

Searched defs:unsafeUpperKhz (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()
213 int unsafeUpperKhz = getLowerFreqKhz(7, WIFI_BAND_24_GHZ) + 5_000; in testGet2gHarmonicUnsafeChannels_exampleInputs_returnsCorrectOverlap() local
253 int unsafeUpperKhz = getUpperFreqKhz(14, WIFI_BAND_24_GHZ); in testGet2gHarmonicUnsafeChannels_overlapDoesNotMeetThreshold_returnsNoChannels() local
273 int unsafeUpperKhz = getUpperFreqKhz(44, WIFI_BAND_5_GHZ); in testGet5gHarmonicCoexUnsafeChannels_exampleInputs_returnsCorrectOverlap() local
335 final int unsafeUpperKhz = getLowerFreqKhz(96, WIFI_BAND_5_GHZ); in testGet5gHarmonicCoexUnsafeChannels_betweenChan68andChan96_returnsNoChannels() local
/packages/modules/Wifi/service/java/com/android/server/wifi/coex/
DCoexUtils.java360 final int unsafeUpperKhz = cellFreqKhz + (cellBandwidthKhz / 2) + thresholdKhz; in getNeighboringCoexUnsafeChannels() local
418 final int unsafeUpperKhz = (ulFreqKhz + (ulBandwidthKhz / 2)) * harmonicDegree; in get2gHarmonicCoexUnsafeChannels() local
457 final int unsafeUpperKhz = (ulFreqKhz + (ulBandwidthKhz / 2)) * harmonicDegree; in get5gHarmonicCoexUnsafeChannels() local