Searched refs:activeSubIds (Results 1 – 4 of 4) sorted by relevance
219 int[] activeSubIds = SubscriptionManager.from(mContext).getActiveSubscriptionIdList(); in getTelephonyManager() local220 if (!ArrayUtils.isEmpty(activeSubIds)) { in getTelephonyManager()221 subscriptionId = activeSubIds[0]; in getTelephonyManager()
240 HashSet<Integer> activeSubIds = new HashSet<Integer>();245 activeSubIds.add(subInfo.getSubscriptionId());266 if (!activeSubIds.contains(element.getKey())) {281 if (!activeSubIds.contains(mActiveSubId)) {
615 int[] activeSubIds = sm.getCompleteActiveSubscriptionIdList(); in checkCarrierPrivilegeForAnySubId() local616 for (int activeSubId : activeSubIds) { in checkCarrierPrivilegeForAnySubId()
370 int[] activeSubIds = mSubController.getActiveSubIdList(false); in isCarrierConfigLoadedForAllSub() local371 for (int activeSubId : activeSubIds) { in isCarrierConfigLoadedForAllSub()