Searched refs:SubscriptionMap (Results 1 – 2 of 2) sorted by relevance
117 import com.android.internal.telephony.subscription.SubscriptionManagerService.SubscriptionMap;302 SubscriptionMap<Integer, Integer> map = (SubscriptionMap<Integer, Integer>) in insertSubscription()2982 SubscriptionMap<Integer, Integer> map = new SubscriptionMap<>(); in testSubscriptionMap()
291 private final SubscriptionMap<Integer, Integer> mSlotIndexToSubId = new SubscriptionMap<>();338 public static class SubscriptionMap<K, V> extends ConcurrentHashMap<K, V> { class in SubscriptionManagerService