Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/coex/
DCoexUtils.java463 Map<Integer, Integer> overlapPercents = new HashMap<>(); in get5gHarmonicCoexUnsafeChannels() local
465 overlapPercents.put(lowest5gChannel, getOverlapPercent(unsafeLowerKhz, unsafeUpperKhz, in get5gHarmonicCoexUnsafeChannels()
469 overlapPercents.put(highest5gChannel, getOverlapPercent(unsafeLowerKhz, unsafeUpperKhz, in get5gHarmonicCoexUnsafeChannels()
475 overlapPercents.put(channel, 100); in get5gHarmonicCoexUnsafeChannels()
479 while (!overlapPercents.isEmpty()) { in get5gHarmonicCoexUnsafeChannels()
481 for (int channel : overlapPercents.keySet()) { in get5gHarmonicCoexUnsafeChannels()
482 int overlapPercent = overlapPercents.get(channel); in get5gHarmonicCoexUnsafeChannels()
502 overlapPercents = dependentOverlaps; in get5gHarmonicCoexUnsafeChannels()