Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/coex/
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()
/packages/modules/Wifi/service/java/com/android/server/wifi/coex/
DCoexManager.java37 import static com.android.server.wifi.coex.CoexUtils.getIntermodCoexUnsafeChannels;
583 getIntermodCoexUnsafeChannels( in updateCoexUnsafeChannels()
609 getIntermodCoexUnsafeChannels( in updateCoexUnsafeChannels()
DCoexUtils.java512 public static List<CoexUnsafeChannel> getIntermodCoexUnsafeChannels( in getIntermodCoexUnsafeChannels() method in CoexUtils