Searched refs:cellBandwidthKhz (Results 1 – 1 of 1) sorted by relevance
357 int cellFreqKhz, int cellBandwidthKhz, int thresholdKhz, int powerCapDbm) { in getNeighboringCoexUnsafeChannels() argument359 final int unsafeLowerKhz = cellFreqKhz - (cellBandwidthKhz / 2) - thresholdKhz; in getNeighboringCoexUnsafeChannels()360 final int unsafeUpperKhz = cellFreqKhz + (cellBandwidthKhz / 2) + thresholdKhz; in getNeighboringCoexUnsafeChannels()616 int cellCenterKhz, int cellBandwidthKhz, in isGpsL1ImpactedByCellAndWifi() argument619 int cellLowerKhz = cellCenterKhz - cellBandwidthKhz / 2; in isGpsL1ImpactedByCellAndWifi()620 int cellUpperKhz = cellCenterKhz + cellBandwidthKhz / 2; in isGpsL1ImpactedByCellAndWifi()