Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/coex/
DCoexManager.java489 final List<CoexUnsafeChannel> currentBandUnsafeChannels = new ArrayList<>(); in updateCoexUnsafeChannels() local
524 currentBandUnsafeChannels.addAll(neighboringChannels); in updateCoexUnsafeChannels()
542 currentBandUnsafeChannels.addAll(neighboringChannels); in updateCoexUnsafeChannels()
558 currentBandUnsafeChannels.addAll(harmonicChannels2g); in updateCoexUnsafeChannels()
574 currentBandUnsafeChannels.addAll(harmonicChannels5g); in updateCoexUnsafeChannels()
599 currentBandUnsafeChannels.addAll(intermodChannels2g); in updateCoexUnsafeChannels()
625 currentBandUnsafeChannels.addAll(intermodChannels5g); in updateCoexUnsafeChannels()
665 currentBandUnsafeChannels.add(new CoexUnsafeChannel( in updateCoexUnsafeChannels()
692 currentBandUnsafeChannels.add(new CoexUnsafeChannel( in updateCoexUnsafeChannels()
708 currentBandUnsafeChannels.add( in updateCoexUnsafeChannels()
[all …]