Searched refs:mReadySubIdsBySlotId (Results 1 – 1 of 1) sorted by relevance
97 @NonNull private final Map<Integer, Integer> mReadySubIdsBySlotId = new HashMap<>(); field in TelephonySubscriptionTracker254 && mReadySubIdsBySlotId.values().contains(subInfo.getSubscriptionId())) { in handleSubscriptionsChanged()306 final Iterator<Integer> slotIdIterator = mReadySubIdsBySlotId.keySet().iterator(); in handleActionMultiSimConfigChanged()333 mReadySubIdsBySlotId.put(slotId, subId); in handleActionCarrierConfigChanged()342 final Integer oldSubid = mReadySubIdsBySlotId.remove(slotId); in handleActionCarrierConfigChanged()352 mReadySubIdsBySlotId.clear(); in setReadySubIdsBySlotId()353 mReadySubIdsBySlotId.putAll(readySubIdsBySlotId); in setReadySubIdsBySlotId()365 return Collections.unmodifiableMap(mReadySubIdsBySlotId); in getReadySubIdsBySlotId()