Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/coex/
DCoexUtils.java532 final int wifiLowerKhz = getLowerFreqKhz(channel, band); in getIntermodCoexUnsafeChannels() local
535 + Math.min(m * wifiLowerKhz, m * wifiUpperKhz); in getIntermodCoexUnsafeChannels()
537 + Math.max(m * wifiLowerKhz, m * wifiUpperKhz); in getIntermodCoexUnsafeChannels()
621 int wifiLowerKhz = wifiCenterKhz - wifiBandwidthKhz / 2; in isGpsL1ImpactedByCellAndWifi() local
626 intermodLowerKhz = wifiLowerKhz - cellUpperKhz; in isGpsL1ImpactedByCellAndWifi()
630 intermodUpperKhz = cellUpperKhz - wifiLowerKhz; in isGpsL1ImpactedByCellAndWifi()