Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionController.java132 private static Map<Integer, Integer> sSlotIdxToSubId = field in SubscriptionController
184 return sSlotIdxToSubId.size() > 0; in isSubInfoReady()
737 Integer currentSubId = sSlotIdxToSubId.get(slotId); in addSubInfoRecord()
746 sSlotIdxToSubId.put(slotId, subId); in addSubInfoRecord()
751 + " sSlotIdxToSubId.size=" + sSlotIdxToSubId.size() in addSubInfoRecord()
816 if (DBG) logdl("[addSubInfoRecord]- info size=" + sSlotIdxToSubId.size()); in addSubInfoRecord()
1104 int size = sSlotIdxToSubId.size(); in getSlotId()
1112 for (Entry<Integer, Integer> entry: sSlotIdxToSubId.entrySet()) { in getSlotId()
1153 int size = sSlotIdxToSubId.size(); in getSubId()
1164 for (Entry<Integer, Integer> entry: sSlotIdxToSubId.entrySet()) { in getSubId()
[all …]