Searched refs:CHANNEL_SET_5_GHZ_40_MHZ (Results 1 – 3 of 3) sorted by relevance
63 public static final NavigableSet<Integer> CHANNEL_SET_5_GHZ_40_MHZ = create5g40MhzChannels(); field in CoexUtils69 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()
31 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()
29 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()