Searched defs:unsafeLowerKhz (Results 1 – 2 of 2) sorted by relevance
54 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() local254 int unsafeLowerKhz = unsafeUpperKhz - 5_000; in testGet2gHarmonicUnsafeChannels_overlapDoesNotMeetThreshold_returnsNoChannels() local272 int unsafeLowerKhz = getLowerFreqKhz(32, WIFI_BAND_5_GHZ); in testGet5gHarmonicCoexUnsafeChannels_exampleInputs_returnsCorrectOverlap() local334 final int unsafeLowerKhz = getUpperFreqKhz(68, WIFI_BAND_5_GHZ); in testGet5gHarmonicCoexUnsafeChannels_betweenChan68andChan96_returnsNoChannels() local
359 final int unsafeLowerKhz = cellFreqKhz - (cellBandwidthKhz / 2) - thresholdKhz; in getNeighboringCoexUnsafeChannels() local417 final int unsafeLowerKhz = (ulFreqKhz - (ulBandwidthKhz / 2)) * harmonicDegree; in get2gHarmonicCoexUnsafeChannels() local456 final int unsafeLowerKhz = (ulFreqKhz - (ulBandwidthKhz / 2)) * harmonicDegree; in get5gHarmonicCoexUnsafeChannels() local