Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/coex/
DCoexUtils.java616 int cellCenterKhz, int cellBandwidthKhz, in isGpsL1ImpactedByCellAndWifi() argument
619 int cellLowerKhz = cellCenterKhz - cellBandwidthKhz / 2; in isGpsL1ImpactedByCellAndWifi()
620 int cellUpperKhz = cellCenterKhz + cellBandwidthKhz / 2; in isGpsL1ImpactedByCellAndWifi()
625 if (wifiCenterKhz > cellCenterKhz) { in isGpsL1ImpactedByCellAndWifi()