Searched refs:activeSubIds (Results 1 – 3 of 3) 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()
653 int[] activeSubIds = sm.getCompleteActiveSubscriptionIdList(); in checkCarrierPrivilegeForAnySubId() local654 for (int activeSubId : activeSubIds) { in checkCarrierPrivilegeForAnySubId()
370 int[] activeSubIds = mSubController.getActiveSubIdList(false); in isCarrierConfigLoadedForAllSub() local371 for (int activeSubId : activeSubIds) { in isCarrierConfigLoadedForAllSub()