Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/coex/
DCoexUtils.java534 final int intermodLowerKhz = Math.min(n * ulLowerKhz, n * ulUpperKhz) in getIntermodCoexUnsafeChannels() local
538 if (getOverlapPercent(intermodLowerKhz, intermodUpperKhz, dlLowerKhz, dlUpperKhz) in getIntermodCoexUnsafeChannels()
623 int intermodLowerKhz; in isGpsL1ImpactedByCellAndWifi() local
626 intermodLowerKhz = wifiLowerKhz - cellUpperKhz; in isGpsL1ImpactedByCellAndWifi()
629 intermodLowerKhz = cellLowerKhz - wifiUpperKhz; in isGpsL1ImpactedByCellAndWifi()
634 return !(intermodLowerKhz > gpsUpperKhz || intermodUpperKhz < gpsLowerKhz); in isGpsL1ImpactedByCellAndWifi()