Searched refs:getIntermodCoexUnsafeChannels (Results 1 – 3 of 3) sorted by relevance
26 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()
37 import static com.android.server.wifi.coex.CoexUtils.getIntermodCoexUnsafeChannels;583 getIntermodCoexUnsafeChannels( in updateCoexUnsafeChannels()609 getIntermodCoexUnsafeChannels( in updateCoexUnsafeChannels()
512 public static List<CoexUnsafeChannel> getIntermodCoexUnsafeChannels( in getIntermodCoexUnsafeChannels() method in CoexUtils