Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/coex/
DCoexManager.java161 mCellChannelsPerSubId.remove(subId); in onSubscriptionsChanged()
227 if (cellChannels.equals(mCellChannelsPerSubId.get(mSubId))) { in updateCellChannels()
231 mCellChannelsPerSubId.put(mSubId, cellChannels); in updateCellChannels()
254 private final SparseArray<List<CoexUtils.CoexCellChannel>> mCellChannelsPerSubId = field in CoexManager
878 for (int i = 0, size = mCellChannelsPerSubId.size(); i < size; i++) { in getCellChannelsForAllSubIds()
879 cellChannels.addAll(mCellChannelsPerSubId.valueAt(i)); in getCellChannelsForAllSubIds()