Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/coex/
DCoexManager.java504 final NeighborThresholds neighborThresholds = params.getNeighborThresholds(); in updateCoexUnsafeChannels() local
512 if (neighborThresholds != null && neighborThresholds.hasCellVictimMhz()) { in updateCoexUnsafeChannels()
517 neighborThresholds.getCellVictimMhz() * 1000, in updateCoexUnsafeChannels()
530 if (neighborThresholds != null && neighborThresholds.hasWifiVictimMhz()) { in updateCoexUnsafeChannels()
535 neighborThresholds.getWifiVictimMhz() * 1000, in updateCoexUnsafeChannels()