Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionController.java132 private static Map<Integer, Integer> sSlotIndexToSubId = field in SubscriptionController
189 return sSlotIndexToSubId.size() > 0; in isSubInfoReady()
745 Integer currentSubId = sSlotIndexToSubId.get(slotIndex); in addSubInfoRecord()
754 sSlotIndexToSubId.put(slotIndex, subId); in addSubInfoRecord()
759 + " sSlotIndexToSubId.size=" + sSlotIndexToSubId.size() in addSubInfoRecord()
823 if (DBG) logdl("[addSubInfoRecord]- info size=" + sSlotIndexToSubId.size()); in addSubInfoRecord()
1107 int size = sSlotIndexToSubId.size(); in getSlotIndex()
1115 for (Entry<Integer, Integer> entry: sSlotIndexToSubId.entrySet()) { in getSlotIndex()
1156 int size = sSlotIndexToSubId.size(); in getSubId()
1167 for (Entry<Integer, Integer> entry: sSlotIndexToSubId.entrySet()) { in getSubId()
[all …]