Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/coex/
H A DCoexUtils.java356 List<CoexUnsafeChannel> coexUnsafeChannels = new ArrayList<>(); in getNeighboringCoexUnsafeChannels() local
414 List<CoexUnsafeChannel> coexUnsafeChannels = new ArrayList<>(); in get2gHarmonicCoexUnsafeChannels() local
453 List<CoexUnsafeChannel> coexUnsafeChannels = new ArrayList<>(); in get5gHarmonicCoexUnsafeChannels() local
514 List<CoexUnsafeChannel> coexUnsafeChannels = new ArrayList<>(); in getIntermodCoexUnsafeChannels() local
H A DCoexManager.java301 public void setCoexUnsafeChannels(@NonNull List<CoexUnsafeChannel> coexUnsafeChannels, in setCoexUnsafeChannels()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/coex/
H A DCoexUtilsTest.java357 Set<CoexUnsafeChannel> coexUnsafeChannels = new HashSet<>(); in testGet2gIntermodUnsafeChannels_channel3350Example_returnsCorrectWifiChannels() local
378 Set<CoexUnsafeChannel> coexUnsafeChannels = new HashSet<>(); in testGet5gIntermodUnsafeChannels_cellBelowWifiBand_returnsCorrectWifiChannels() local
H A DCoexManagerTest.java507 List<CoexUnsafeChannel> coexUnsafeChannels = new ArrayList<>(); in testGetCoexUnsafeChannels_channel27065Example_returnsCorrectWifiChannels() local
539 List<CoexUnsafeChannel> coexUnsafeChannels = new ArrayList<>(); in testGetCoexUnsafeChannels_channel3350Example_returnsCorrectWifiChannels() local