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