Searched refs:mCellChannelsPerSubId (Results 1 – 1 of 1) sorted by relevance
161 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 CoexManager878 for (int i = 0, size = mCellChannelsPerSubId.size(); i < size; i++) { in getCellChannelsForAllSubIds()879 cellChannels.addAll(mCellChannelsPerSubId.valueAt(i)); in getCellChannelsForAllSubIds()