Home
last modified time | relevance | path

Searched refs:getIntermodCoexUnsafeChannels (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/coex/
H A DCoexUtilsTest.java26 import static com.android.server.wifi.coex.CoexUtils.getIntermodCoexUnsafeChannels;
362 assertThat(getIntermodCoexUnsafeChannels(ulFreqKhz, bandwidthKhz, dlFreqKhz, bandwidthKhz, in testGet2gIntermodUnsafeChannels_channel3350Example_returnsCorrectWifiChannels()
383 assertThat(getIntermodCoexUnsafeChannels(ulFreqKhz, bandwidthKhz, dlFreqKhz, bandwidthKhz, in testGet5gIntermodUnsafeChannels_cellBelowWifiBand_returnsCorrectWifiChannels()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/coex/
H A DCoexManager.java36 import static com.android.server.wifi.coex.CoexUtils.getIntermodCoexUnsafeChannels;
533 getIntermodCoexUnsafeChannels( in updateCoexUnsafeChannels()
559 getIntermodCoexUnsafeChannels( in updateCoexUnsafeChannels()
H A DCoexUtils.java510 public static List<CoexUnsafeChannel> getIntermodCoexUnsafeChannels( in getIntermodCoexUnsafeChannels() method in CoexUtils