Home
last modified time | relevance | path

Searched defs:cellChannels (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/coex/
H A DCoexManager.java190 List<CoexUtils.CoexCellChannel> cellChannels = new ArrayList<>(); in onPhysicalChannelConfigChanged() local
407 private void updateCoexUnsafeChannels(@NonNull List<CoexUtils.CoexCellChannel> cellChannels) { in updateCoexUnsafeChannels()
790 public void setMockCellChannels(@NonNull List<CoexUtils.CoexCellChannel> cellChannels) { in setMockCellChannels()
817 final List<CoexUtils.CoexCellChannel> cellChannels = new ArrayList<>(); in getCellChannelsForAllSubIds() local
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiShellCommand.java1275 List<CoexUtils.CoexCellChannel> cellChannels = new ArrayList<>(); in buildCoexCellChannels() local