Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/coex/
H A DCoexManager.java202 updateCoexUnsafeChannels(getCellChannelsForAllSubIds()); in onPhysicalChannelConfigChanged()
214 updateCoexUnsafeChannels(getCellChannelsForAllSubIds());
803 updateCoexUnsafeChannels(getCellChannelsForAllSubIds()); in resetMockCellChannels()
813 return getCellChannelsForAllSubIds(); in getCellChannels()
816 private List<CoexUtils.CoexCellChannel> getCellChannelsForAllSubIds() { in getCellChannelsForAllSubIds() method in CoexManager