Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/coex/
H A DCoexManager.java681 final Pair<Integer, Integer> bandChannelPair = new Pair<>(band, channel); in updateCoexUnsafeChannels() local
683 coexUnsafeChannelsByBandChannelPair.get(bandChannelPair); in updateCoexUnsafeChannels()
702 coexUnsafeChannelsByBandChannelPair.put(bandChannelPair, unsafeChannel); in updateCoexUnsafeChannels()