Searched refs:subIdList (Results 1 – 4 of 4) sorted by relevance
137 int[] subIdList = subscriptionManager.getSubscriptionIds(slotId); in getPhoneNumber() local138 if (subIdList != null) { in getPhoneNumber()139 SubscriptionInfo subInfo = subscriptionManager.getActiveSubscriptionInfo(subIdList[0]); in getPhoneNumber()
97 int[] subIdList = sm.getSubscriptionIds(i); in initObject() local98 if (subIdList.length < 1) { in initObject()102 int subId = subIdList[0]; in initObject()
74 List<SubscriptionInfo> subIdList = getActiveSubscriptionList(); in getAvailabilityStatus() local75 SubscriptionInfo subInfo = getSubscriptionInfoFromList(subIdList, subId); in getAvailabilityStatus()79 return (subIdList.size() > 1) ? AVAILABLE : CONDITIONALLY_UNAVAILABLE; in getAvailabilityStatus()
570 List<Integer> subIdList = new ArrayList<Integer>(mTelephonyCallback.keySet()); in updatePhoneStateListeners() local571 Collections.sort(subIdList, new Comparator<Integer>() { in updatePhoneStateListeners()579 for (int subIdCounter = (subIdList.size() - 1); subIdCounter >= 0; subIdCounter--) { in updatePhoneStateListeners()580 int subId = subIdList.get(subIdCounter); in updatePhoneStateListeners()