Searched refs:CoexUtils (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Wifi/service/java/com/android/server/wifi/coex/ |
D | CoexManager.java | 28 import static com.android.server.wifi.coex.CoexUtils.CHANNEL_SET_5_GHZ; 29 import static com.android.server.wifi.coex.CoexUtils.CHANNEL_SET_5_GHZ_160_MHZ; 30 import static com.android.server.wifi.coex.CoexUtils.CHANNEL_SET_5_GHZ_20_MHZ; 31 import static com.android.server.wifi.coex.CoexUtils.CHANNEL_SET_5_GHZ_40_MHZ; 32 import static com.android.server.wifi.coex.CoexUtils.CHANNEL_SET_5_GHZ_80_MHZ; 33 import static com.android.server.wifi.coex.CoexUtils.NUM_24_GHZ_CHANNELS; 34 import static com.android.server.wifi.coex.CoexUtils.get2gHarmonicCoexUnsafeChannels; 35 import static com.android.server.wifi.coex.CoexUtils.get5gHarmonicCoexUnsafeChannels; 36 import static com.android.server.wifi.coex.CoexUtils.getCoexUnsafeChannelsForGpsL1; 37 import static com.android.server.wifi.coex.CoexUtils.getIntermodCoexUnsafeChannels; [all …]
|
D | CoexUtils.java | 50 public class CoexUtils { class
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/coex/ |
D | CoexUtilsTest.java | 23 import static com.android.server.wifi.coex.CoexUtils.INVALID_FREQ; 24 import static com.android.server.wifi.coex.CoexUtils.get2gHarmonicCoexUnsafeChannels; 25 import static com.android.server.wifi.coex.CoexUtils.get5gHarmonicCoexUnsafeChannels; 26 import static com.android.server.wifi.coex.CoexUtils.getIntermodCoexUnsafeChannels; 27 import static com.android.server.wifi.coex.CoexUtils.getLowerFreqKhz; 28 import static com.android.server.wifi.coex.CoexUtils.getNeighboringCoexUnsafeChannels; 29 import static com.android.server.wifi.coex.CoexUtils.getOffsetChannel; 30 import static com.android.server.wifi.coex.CoexUtils.getUpperFreqKhz;
|
D | CoexManagerTest.java | 27 import static com.android.server.wifi.coex.CoexUtils.CHANNEL_SET_5_GHZ; 28 import static com.android.server.wifi.coex.CoexUtils.CHANNEL_SET_5_GHZ_20_MHZ; 29 import static com.android.server.wifi.coex.CoexUtils.CHANNEL_SET_5_GHZ_40_MHZ; 626 new CoexUtils.CoexCellChannel(NETWORK_TYPE_LTE, 40, 2399_900, 10_000, 0, 0, in testGetCoexUnsafeChannels_mockCellChannelsAdded_mockCellChannelsUsed()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | WifiShellCommand.java | 109 import com.android.server.wifi.coex.CoexUtils; 2604 private List<CoexUtils.CoexCellChannel> buildCoexCellChannels() { in buildCoexCellChannels() 2605 List<CoexUtils.CoexCellChannel> cellChannels = new ArrayList<>(); in buildCoexCellChannels() 2647 cellChannels.add(new CoexUtils.CoexCellChannel(rat, band, in buildCoexCellChannels()
|
/packages/modules/Wifi/service/tests/wifitests/ |
D | Android.bp | 731 "com.android.server.wifi.coex.CoexUtils", 732 "com.android.server.wifi.coex.CoexUtils$*", 733 "com.android.server.wifi.coex.CoexUtils.**",
|