Home
last modified time | relevance | path

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

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