Home
last modified time | relevance | path

Searched defs:coexUnsafeChannels (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/coex/
DCoexUtils.java358 List<CoexUnsafeChannel> coexUnsafeChannels = new ArrayList<>(); in getNeighboringCoexUnsafeChannels() local
416 List<CoexUnsafeChannel> coexUnsafeChannels = new ArrayList<>(); in get2gHarmonicCoexUnsafeChannels() local
455 List<CoexUnsafeChannel> coexUnsafeChannels = new ArrayList<>(); in get5gHarmonicCoexUnsafeChannels() local
516 List<CoexUnsafeChannel> coexUnsafeChannels = new ArrayList<>(); in getIntermodCoexUnsafeChannels() local
553 List<CoexUnsafeChannel> coexUnsafeChannels = new ArrayList<>(); in getCoexUnsafeChannelsForGpsL1() local
DCoexManager.java340 public void setCoexUnsafeChannels(@NonNull List<CoexUnsafeChannel> coexUnsafeChannels, in setCoexUnsafeChannels()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/coex/
DCoexUtilsTest.java357 Set<CoexUnsafeChannel> coexUnsafeChannels = new HashSet<>(); in testGet2gIntermodUnsafeChannels_channel3350Example_returnsCorrectWifiChannels() local
378 Set<CoexUnsafeChannel> coexUnsafeChannels = new HashSet<>(); in testGet5gIntermodUnsafeChannels_cellBelowWifiBand_returnsCorrectWifiChannels() local
DCoexManagerTest.java509 List<CoexUnsafeChannel> coexUnsafeChannels = new ArrayList<>(); in testGetCoexUnsafeChannels_channel27065Example_returnsCorrectWifiChannels() local
541 List<CoexUnsafeChannel> coexUnsafeChannels = new ArrayList<>(); in testGetCoexUnsafeChannels_channel3350Example_returnsCorrectWifiChannels() local