Home
last modified time | relevance | path

Searched refs:getCoexUnsafeChannelsForGpsL1 (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/coex/
DCoexManager.java36 import static com.android.server.wifi.coex.CoexUtils.getCoexUnsafeChannelsForGpsL1;
730 currentBandUnsafeChannels.addAll(getCoexUnsafeChannelsForGpsL1( in updateCoexUnsafeChannels()
DCoexUtils.java551 public static List<CoexUnsafeChannel> getCoexUnsafeChannelsForGpsL1( in getCoexUnsafeChannelsForGpsL1() method in CoexUtils