Home
last modified time | relevance | path

Searched refs:NUM_24_GHZ_CHANNELS (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/coex/
DCoexManager.java33 import static com.android.server.wifi.coex.CoexUtils.NUM_24_GHZ_CHANNELS;
768 if (numUnsafe2gChannels == NUM_24_GHZ_CHANNELS) { in updateCoexUnsafeChannels()
DCoexUtils.java61 public static final int NUM_24_GHZ_CHANNELS = 14; field in CoexUtils