Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/coex/
DCoexUtils.java65 public static final NavigableSet<Integer> CHANNEL_SET_5_GHZ_160_MHZ = create5g160MhzChannels(); field in CoexUtils
71 CHANNEL_SET_5_GHZ.addAll(CHANNEL_SET_5_GHZ_160_MHZ);
129 for (int chan : CHANNEL_SET_5_GHZ_160_MHZ) { in create5gDependentChannelMap()
598 for (int channel : CHANNEL_SET_5_GHZ_160_MHZ) { in getCoexUnsafeChannelsForGpsL1()
DCoexManager.java29 import static com.android.server.wifi.coex.CoexUtils.CHANNEL_SET_5_GHZ_160_MHZ;
681 channelList5g.addAll(CHANNEL_SET_5_GHZ_160_MHZ); in updateCoexUnsafeChannels()