Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/coex/
DCoexManager.java190 List<CoexUtils.CoexCellChannel> cellChannels = new ArrayList<>(); in onPhysicalChannelConfigChanged() local
192 cellChannels.add(new CoexUtils.CoexCellChannel(config, mSubId)); in onPhysicalChannelConfigChanged()
194 if (cellChannels.equals(mCellChannelsPerSubId.get(mSubId))) { in onPhysicalChannelConfigChanged()
198 mCellChannelsPerSubId.put(mSubId, cellChannels); in onPhysicalChannelConfigChanged()
407 private void updateCoexUnsafeChannels(@NonNull List<CoexUtils.CoexCellChannel> cellChannels) { in updateCoexUnsafeChannels() argument
408 if (cellChannels == null) { in updateCoexUnsafeChannels()
413 Log.v(TAG, "updateCoexUnsafeChannels called with cell channels: " + cellChannels); in updateCoexUnsafeChannels()
423 for (CoexUtils.CoexCellChannel cellChannel : cellChannels) { in updateCoexUnsafeChannels()
529 for (CoexUtils.CoexCellChannel victimCellChannel : cellChannels) { in updateCoexUnsafeChannels()
555 for (CoexUtils.CoexCellChannel victimCellChannel : cellChannels) { in updateCoexUnsafeChannels()
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiShellCommand.java1275 List<CoexUtils.CoexCellChannel> cellChannels = new ArrayList<>(); in buildCoexCellChannels() local
1317 cellChannels.add(new CoexUtils.CoexCellChannel(rat, band, in buildCoexCellChannels()
1321 return cellChannels; in buildCoexCellChannels()