Searched refs:overlapPercents (Results 1 – 1 of 1) sorted by relevance
463 Map<Integer, Integer> overlapPercents = new HashMap<>(); in get5gHarmonicCoexUnsafeChannels() local465 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()