Searched refs:CHANNEL_SET_5_GHZ_20_MHZ (Results 1 – 3 of 3) sorted by relevance
62 public static final NavigableSet<Integer> CHANNEL_SET_5_GHZ_20_MHZ = create5g20MhzChannels(); field in CoexUtils68 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()
30 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()
28 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()