Searched refs:subIds (Results 1 – 10 of 10) sorted by relevance
786 int[] subIds = getSubId(slotId); in addSubInfoRecord() local787 if (subIds == null || subIds.length == 0) { in addSubInfoRecord()790 + subIds); in addSubInfoRecord()795 … String simCarrierName = mTelephonyManager.getSimOperatorNameForSubscription(subIds[0]); in addSubInfoRecord()808 "=" + Long.toString(subIds[0]), null); in addSubInfoRecord()835 int[] subIds = getSubId(slotId); in setPlmnSpn() local838 subIds == null || in setPlmnSpn()839 !SubscriptionManager.isValidSubscriptionId(subIds[0])) { in setPlmnSpn()863 for (int i = 0; i < subIds.length; i++) { in setPlmnSpn()864 setCarrierText(carrierText, subIds[i]); in setPlmnSpn()[all …]
209 int [] subIds = SubscriptionManager.getSubId(phoneId); in dispatchWapPdu() local212 int subId = (subIds != null) && (subIds.length > 0) ? subIds[0] : in dispatchWapPdu()
378 int[] subIds = SubscriptionController.getInstance().getSubId(slotId); in handleSimLoaded() local379 if (subIds != null) { // Why an array? in handleSimLoaded()380 subId = subIds[0]; in handleSimLoaded()
1122 int[] subIds = SubscriptionManager.getSubId(phoneId); in putPhoneIdAndSubIdExtra() local1123 if (subIds != null && subIds.length > 0) { in putPhoneIdAndSubIdExtra()1124 putPhoneIdAndSubIdExtra(intent, phoneId, subIds[0]); in putPhoneIdAndSubIdExtra()
469 int[] subIds = SubscriptionManager.getSubId(activePhoneId); in onSettingsChanged() local470 if (subIds == null || subIds.length == 0) { in onSettingsChanged()474 logd("onSettingsChange, data sub: " + dataSubId + ", active data sub: " + subIds[0]); in onSettingsChanged()476 if (subIds[0] != dataSubId) { in onSettingsChanged()
122 protected void setSubscriptions(int... subIds) { in setSubscriptions() argument124 for (int subId : subIds) { in setSubscriptions()
796 int[] subIds = SubscriptionController.getInstance().getSubId(phoneId); in onAllRecordsLoaded() local797 if (subIds != null) { in onAllRecordsLoaded()798 SubscriptionManager.from(mContext).setDisplayNumber(mMdn, subIds[0]); in onAllRecordsLoaded()
576 int[] subIds = SubscriptionManager.getSubId(mPhone.getPhoneId()); in updateSpnDisplay() local577 if (subIds != null && subIds.length > 0) { in updateSpnDisplay()578 subId = subIds[0]; in updateSpnDisplay()
649 int[] subIds = SubscriptionManager.getSubId(mPhone.getPhoneId()); in updateSpnDisplay() local650 if (subIds != null && subIds.length > 0) { in updateSpnDisplay()651 subId = subIds[0]; in updateSpnDisplay()
839 final int[] subIds = sub.getActiveSubscriptionIdList(); in isTemplateRelevant() local840 for (int subId : subIds) { in isTemplateRelevant()1282 final int[] subIds = sub.getActiveSubscriptionIdList(); in ensureActiveMobilePolicyLocked() local1283 for (int subId : subIds) { in ensureActiveMobilePolicyLocked()