Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/coex/
H A DCoexManager.java435 final List<CoexUnsafeChannel> currentBandUnsafeChannels = new ArrayList<>(); in updateCoexUnsafeChannels() local
474 currentBandUnsafeChannels.addAll(neighboringChannels); in updateCoexUnsafeChannels()
492 currentBandUnsafeChannels.addAll(neighboringChannels); in updateCoexUnsafeChannels()
508 currentBandUnsafeChannels.addAll(harmonicChannels2g); in updateCoexUnsafeChannels()
524 currentBandUnsafeChannels.addAll(harmonicChannels5g); in updateCoexUnsafeChannels()
549 currentBandUnsafeChannels.addAll(intermodChannels2g); in updateCoexUnsafeChannels()
575 currentBandUnsafeChannels.addAll(intermodChannels5g); in updateCoexUnsafeChannels()
615 currentBandUnsafeChannels.add(new CoexUnsafeChannel( in updateCoexUnsafeChannels()
642 currentBandUnsafeChannels.add(new CoexUnsafeChannel( in updateCoexUnsafeChannels()
658 currentBandUnsafeChannels.add( in updateCoexUnsafeChannels()
[all …]