Searched refs:CHANNEL_SET_5_GHZ (Results 1 – 3 of 3) sorted by relevance
66 public static final NavigableSet<Integer> CHANNEL_SET_5_GHZ = new TreeSet<>(); field in CoexUtils68 CHANNEL_SET_5_GHZ.addAll(CHANNEL_SET_5_GHZ_20_MHZ);69 CHANNEL_SET_5_GHZ.addAll(CHANNEL_SET_5_GHZ_40_MHZ);70 CHANNEL_SET_5_GHZ.addAll(CHANNEL_SET_5_GHZ_80_MHZ);71 CHANNEL_SET_5_GHZ.addAll(CHANNEL_SET_5_GHZ_160_MHZ);528 channelSet.addAll(CHANNEL_SET_5_GHZ); in getIntermodCoexUnsafeChannels()
28 import static com.android.server.wifi.coex.CoexUtils.CHANNEL_SET_5_GHZ;683 channelList5g.addAll(CHANNEL_SET_5_GHZ); in updateCoexUnsafeChannels()707 for (int channel : CHANNEL_SET_5_GHZ) { in updateCoexUnsafeChannels()776 if (numUnsafe5gChannels == CHANNEL_SET_5_GHZ.size()) { in updateCoexUnsafeChannels()
27 import static com.android.server.wifi.coex.CoexUtils.CHANNEL_SET_5_GHZ;600 assertThat(coexManager.getCoexUnsafeChannels()).hasSize(CHANNEL_SET_5_GHZ.size() - 1); in testGetCoexUnsafeChannels_entire5gBandUnsafe_excludesDefault5gChannel()735 .containsExactlyElementsIn(CHANNEL_SET_5_GHZ); in testGetCoexUnsafeChannels_LAA_restrict5gSoftApAndWifiDirect()776 .containsExactlyElementsIn(CHANNEL_SET_5_GHZ); in testGetCoexUnsafeChannels_carrierConfigsChanged_updatesUnsafeChannels()817 assertThat(coexManager.getCoexUnsafeChannels()).hasSize(CHANNEL_SET_5_GHZ.size() - 1); in testGetCoexUnsafeChannels_multipleSubIds_combineUnsafeChannels()