Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/coex/
DCoexUtils.java63 public static final NavigableSet<Integer> CHANNEL_SET_5_GHZ_40_MHZ = create5g40MhzChannels(); field in CoexUtils
69 CHANNEL_SET_5_GHZ.addAll(CHANNEL_SET_5_GHZ_40_MHZ);
140 for (int chan : CHANNEL_SET_5_GHZ_40_MHZ) { in create5gDependentChannelMap()
163 } else if (CHANNEL_SET_5_GHZ_40_MHZ.contains(channel)) { in getChannelEdgeKhz()
576 for (int channel : CHANNEL_SET_5_GHZ_40_MHZ) { in getCoexUnsafeChannelsForGpsL1()
DCoexManager.java31 import static com.android.server.wifi.coex.CoexUtils.CHANNEL_SET_5_GHZ_40_MHZ;
677 channelList5g.addAll(CHANNEL_SET_5_GHZ_40_MHZ); in updateCoexUnsafeChannels()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/coex/
DCoexManagerTest.java29 import static com.android.server.wifi.coex.CoexUtils.CHANNEL_SET_5_GHZ_40_MHZ;
678 for (int channel : CHANNEL_SET_5_GHZ_40_MHZ) { in testGetCoexUnsafeChannels_overrideExists_overrideChannelsAdded()