Searched refs:intermodUpperKhz (Results 1 – 1 of 1) sorted by relevance
536 final int intermodUpperKhz = Math.max(n * ulLowerKhz, n * ulUpperKhz) in getIntermodCoexUnsafeChannels() local538 if (getOverlapPercent(intermodLowerKhz, intermodUpperKhz, dlLowerKhz, dlUpperKhz) in getIntermodCoexUnsafeChannels()624 int intermodUpperKhz; in isGpsL1ImpactedByCellAndWifi() local627 intermodUpperKhz = wifiUpperKhz - cellLowerKhz; in isGpsL1ImpactedByCellAndWifi()630 intermodUpperKhz = cellUpperKhz - wifiLowerKhz; in isGpsL1ImpactedByCellAndWifi()634 return !(intermodLowerKhz > gpsUpperKhz || intermodUpperKhz < gpsLowerKhz); in isGpsL1ImpactedByCellAndWifi()