Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/coex/
DCoexManager.java470 Map<Pair<Integer, Integer>, CoexUnsafeChannel> coexUnsafeChannelsByBandChannelPair = in updateCoexUnsafeChannels() local
743 coexUnsafeChannelsByBandChannelPair.get(bandChannelPair); in updateCoexUnsafeChannels()
762 coexUnsafeChannelsByBandChannelPair.put(bandChannelPair, unsafeChannel); in updateCoexUnsafeChannels()
773 coexUnsafeChannelsByBandChannelPair.remove( in updateCoexUnsafeChannels()
781 coexUnsafeChannelsByBandChannelPair.remove( in updateCoexUnsafeChannels()
786 new ArrayList<>(coexUnsafeChannelsByBandChannelPair.values()), coexRestrictions); in updateCoexUnsafeChannels()