Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/vcn/
DTelephonySubscriptionTracker.java97 @NonNull private final Map<Integer, Integer> mReadySubIdsBySlotId = new HashMap<>(); field in TelephonySubscriptionTracker
254 && 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()