Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/coex/
DCoexUtilsTest.java25 import static com.android.server.wifi.coex.CoexUtils.get5gHarmonicCoexUnsafeChannels;
279 assertThat(get5gHarmonicCoexUnsafeChannels( in testGet5gHarmonicCoexUnsafeChannels_exampleInputs_returnsCorrectOverlap()
303 assertThat(get5gHarmonicCoexUnsafeChannels( in testGet5gHarmonicCoexUnsafeChannels_exampleInputs_returnsCorrectOverlap()
321 assertThat(get5gHarmonicCoexUnsafeChannels( in testGet5gHarmonicCoexUnsafeChannels_exampleInputs_returnsCorrectOverlap()
339 assertThat(get5gHarmonicCoexUnsafeChannels( in testGet5gHarmonicCoexUnsafeChannels_betweenChan68andChan96_returnsNoChannels()
/packages/modules/Wifi/service/java/com/android/server/wifi/coex/
DCoexManager.java35 import static com.android.server.wifi.coex.CoexUtils.get5gHarmonicCoexUnsafeChannels;
563 get5gHarmonicCoexUnsafeChannels( in updateCoexUnsafeChannels()
DCoexUtils.java452 public static List<CoexUnsafeChannel> get5gHarmonicCoexUnsafeChannels( in get5gHarmonicCoexUnsafeChannels() method in CoexUtils