Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/coex/
DCoexManager.java235 updateCoexUnsafeChannels(getCellChannelsForAllSubIds()); in updateCellChannels()
247 updateCoexUnsafeChannels(getCellChannelsForAllSubIds());
863 updateCoexUnsafeChannels(getCellChannelsForAllSubIds()); in resetMockCellChannels()
873 return getCellChannelsForAllSubIds(); in getCellChannels()
876 private List<CoexUtils.CoexCellChannel> getCellChannelsForAllSubIds() { in getCellChannelsForAllSubIds() method in CoexManager