Searched refs:get5gHarmonicCoexUnsafeChannels (Results 1 – 3 of 3) sorted by relevance
25 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()
35 import static com.android.server.wifi.coex.CoexUtils.get5gHarmonicCoexUnsafeChannels;563 get5gHarmonicCoexUnsafeChannels( in updateCoexUnsafeChannels()
452 public static List<CoexUnsafeChannel> get5gHarmonicCoexUnsafeChannels( in get5gHarmonicCoexUnsafeChannels() method in CoexUtils