Searched refs:get2gHarmonicCoexUnsafeChannels (Results 1 – 3 of 3) sorted by relevance
24 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()
34 import static com.android.server.wifi.coex.CoexUtils.get2gHarmonicCoexUnsafeChannels;547 get2gHarmonicCoexUnsafeChannels( in updateCoexUnsafeChannels()
413 public static List<CoexUnsafeChannel> get2gHarmonicCoexUnsafeChannels( in get2gHarmonicCoexUnsafeChannels() method in CoexUtils