Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/coex/
DCoexUtils.java62 public static final NavigableSet<Integer> CHANNEL_SET_5_GHZ_20_MHZ = create5g20MhzChannels(); field in CoexUtils
68 CHANNEL_SET_5_GHZ.addAll(CHANNEL_SET_5_GHZ_20_MHZ);
161 if (CHANNEL_SET_5_GHZ_20_MHZ.contains(channel)) { in getChannelEdgeKhz()
382 final Set<Integer> overlapped5g20MhzChannels = CHANNEL_SET_5_GHZ_20_MHZ.subSet( in getNeighboringCoexUnsafeChannels()
473 for (int channel : CHANNEL_SET_5_GHZ_20_MHZ.subSet( in get5gHarmonicCoexUnsafeChannels()
565 for (int channel : CHANNEL_SET_5_GHZ_20_MHZ) { in getCoexUnsafeChannelsForGpsL1()
DCoexManager.java30 import static com.android.server.wifi.coex.CoexUtils.CHANNEL_SET_5_GHZ_20_MHZ;
675 channelList5g.addAll(CHANNEL_SET_5_GHZ_20_MHZ); in updateCoexUnsafeChannels()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/coex/
DCoexManagerTest.java28 import static com.android.server.wifi.coex.CoexUtils.CHANNEL_SET_5_GHZ_20_MHZ;
675 for (int channel : CHANNEL_SET_5_GHZ_20_MHZ) { in testGetCoexUnsafeChannels_overrideExists_overrideChannelsAdded()