Home
last modified time | relevance | path

Searched refs:wifiUpperKhz (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/coex/
DCoexUtils.java533 final int wifiUpperKhz = getUpperFreqKhz(channel, band); in getIntermodCoexUnsafeChannels() local
535 + Math.min(m * wifiLowerKhz, m * wifiUpperKhz); in getIntermodCoexUnsafeChannels()
537 + Math.max(m * wifiLowerKhz, m * wifiUpperKhz); in getIntermodCoexUnsafeChannels()
622 int wifiUpperKhz = wifiCenterKhz + wifiBandwidthKhz / 2; in isGpsL1ImpactedByCellAndWifi() local
627 intermodUpperKhz = wifiUpperKhz - cellLowerKhz; in isGpsL1ImpactedByCellAndWifi()
629 intermodLowerKhz = cellLowerKhz - wifiUpperKhz; in isGpsL1ImpactedByCellAndWifi()