Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/coex/
DCoexUtilsTest.java24 import static com.android.server.wifi.coex.CoexUtils.get2gHarmonicCoexUnsafeChannels;
214 assertThat(get2gHarmonicCoexUnsafeChannels( in testGet2gHarmonicUnsafeChannels_exampleInputs_returnsCorrectOverlap()
228 assertThat(get2gHarmonicCoexUnsafeChannels( in testGet2gHarmonicUnsafeChannels_exampleInputs_returnsCorrectOverlap()
242 assertThat(get2gHarmonicCoexUnsafeChannels( in testGet2gHarmonicUnsafeChannels_exampleInputs_returnsCorrectOverlap()
255 assertThat(get2gHarmonicCoexUnsafeChannels( in testGet2gHarmonicUnsafeChannels_overlapDoesNotMeetThreshold_returnsNoChannels()
/packages/modules/Wifi/service/java/com/android/server/wifi/coex/
DCoexManager.java34 import static com.android.server.wifi.coex.CoexUtils.get2gHarmonicCoexUnsafeChannels;
547 get2gHarmonicCoexUnsafeChannels( in updateCoexUnsafeChannels()
DCoexUtils.java413 public static List<CoexUnsafeChannel> get2gHarmonicCoexUnsafeChannels( in get2gHarmonicCoexUnsafeChannels() method in CoexUtils