Searched refs:mSubId (Results 1 - 25 of 34) sorted by relevance

12

/packages/apps/Settings/src/com/android/settings/datausage/
H A DTemplatePreferenceCategory.java26 private int mSubId; field in class:TemplatePreferenceCategory
36 mSubId = subId;
53 ((TemplatePreference) getPreference(i)).setTemplate(mTemplate, mSubId, services);
H A DCellDataPreference.java48 public int mSubId = SubscriptionManager.INVALID_SUBSCRIPTION_ID; field in class:CellDataPreference
65 if (mSubId == SubscriptionManager.INVALID_SUBSCRIPTION_ID) {
66 mSubId = state.mSubId;
67 setKey(getKey() + mSubId);
77 state.mSubId = mSubId;
84 mListener.setListener(true, mSubId, getContext());
89 mListener.setListener(false, mSubId, getContext());
100 if (mSubId
260 public int mSubId; field in class:CellDataPreference.CellDataState
[all...]
H A DBillingCyclePreference.java34 private int mSubId; field in class:BillingCyclePreference
43 mListener.setListener(true, mSubId, getContext());
48 mListener.setListener(false, mSubId, getContext());
56 mSubId = subId;
67 && mServices.mTelephonyManager.getDataEnabled(mSubId)
H A DDataUsagePreference.java32 private int mSubId; field in class:DataUsagePreference
42 mSubId = subId;
54 args.putInt(DataUsageList.EXTRA_SUB_ID, mSubId);
/packages/services/Telephony/src/com/android/phone/
H A DSubscriptionInfoHelper.java51 private static int mSubId = NO_SUB_ID; field in class:SubscriptionInfoHelper
59 mSubId = intent.getIntExtra(SUB_ID_EXTRA, NO_SUB_ID);
71 intent.putExtra(SUB_ID_EXTRA, mSubId);
96 ? PhoneFactory.getPhone(SubscriptionManager.getPhoneId(mSubId))
121 return mSubId != NO_SUB_ID;
125 return mSubId;
H A DGsmUmtsOptions.java48 private int mSubId; field in class:GsmUmtsOptions
54 mSubId = subId;
72 PhoneGlobals.getInstance().getCarrierConfigForSubId(mSubId);
122 intent.putExtra(EXTRA_SUB_ID, mSubId);
136 intent.putExtra(EXTRA_SUB_ID, mSubId);
/packages/apps/Messaging/src/com/android/messaging/ui/appsettings/
H A DPhoneNumberPreference.java42 private int mSubId; field in class:PhoneNumberPreference
51 mSubId = subscriptionId;
63 ? PhoneUtils.get(mSubId).formatForDisplay(value)
83 (PhoneUtils.get(mSubId).getCanonicalBySystemLocale(mDefaultPhoneNumber),
94 final PhoneUtils phoneUtils = PhoneUtils.get(mSubId);
H A DPerSubscriptionSettingsActivity.java85 private int mSubId; field in class:PerSubscriptionSettingsActivity.PerSubscriptionSettingsFragment
98 mSubId = (intent != null) ? intent.getIntExtra(UIIntents.UI_INTENT_EXTRA_SUB_ID,
101 final BuglePrefs subPrefs = Factory.get().getSubscriptionPrefs(mSubId);
113 PhoneUtils.get(mSubId).getCanonicalForSelf(false/*allowOverride*/), mSubId);
117 if (!MmsConfig.get(mSubId).getGroupMmsEnabled()) {
127 GroupMmsSettingDialog.showDialog(getActivity(), mSubId);
134 if (!MmsConfig.get(mSubId).getSMSDeliveryReportsEnabled()) {
174 .getApnSettingsIntent(getPreferenceScreen().getContext(), mSubId));
191 if (!MmsConfig.get(mSubId)
[all...]
H A DGroupMmsSettingDialog.java34 private final int mSubId; field in class:GroupMmsSettingDialog
46 mSubId = subId;
60 BuglePrefs.getSubscriptionPrefs(mSubId).putBoolean(
85 final boolean mmsEnabled = BuglePrefs.getSubscriptionPrefs(mSubId).getBoolean(
H A DApnPreference.java60 private int mSubId = ParticipantData.DEFAULT_SELF_SUB_ID; field in class:ApnPreference
111 mSubId = subId;
139 UIIntents.get().getApnEditorIntent(context, getKey(), mSubId));
H A DApnSettingsActivity.java131 private int mSubId; field in class:ApnSettingsActivity.ApnSettingsFragment
145 mSubId = subId;
219 final String mccMnc = PhoneUtils.getMccMncString(PhoneUtils.get(mSubId).getMccMnc());
302 startActivity(UIIntents.get().getApnEditorIntent(getActivity(), null, mSubId));
309 UIIntents.get().getApnEditorIntent(getActivity(), preference.getKey(), mSubId));
/packages/services/Telephony/src/com/android/phone/vvm/omtp/scheduling/
H A DBaseTask.java43 private int mSubId = SubscriptionManager.INVALID_SUBSCRIPTION_ID; field in class:BaseTask
87 return mSubId;
126 return createIntent(getContext(), this.getClass(), mSubId);
141 return new TaskId(mId, mSubId);
148 mSubId = intent.getIntExtra(EXTRA_SUB_ID, SubscriptionManager.INVALID_SUBSCRIPTION_ID);
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DEnterSelfPhoneNumberDialog.java38 private int mSubId; field in class:EnterSelfPhoneNumberDialog
42 dialog.mSubId = subId;
85 final BuglePrefs subPrefs = BuglePrefs.getSubscriptionPrefs(mSubId);
/packages/apps/Messaging/src/com/android/messaging/util/
H A DBugleSubscriptionPrefs.java30 private final int mSubId; field in class:BugleSubscriptionPrefs
34 mSubId = subId;
39 return SHARED_PREFERENCES_PER_SUBSCRIPTION_PREFIX + String.valueOf(mSubId);
H A DPhoneUtils.java78 protected final int mSubId; field in class:PhoneUtils
81 mSubId = subId;
459 return mSubscriptionManager.isNetworkRoaming(mSubId);
483 final String userDefinedNumber = getNumberFromPrefs(mContext, mSubId);
497 LogUtil.w(TAG, "PhoneUtils.getSelfRawNumber: subInfo is null for " + mSubId);
505 mSubscriptionManager.getActiveSubscriptionInfo(mSubId);
510 + mSubId);
516 + mSubId, e);
547 return SmsManager.getSmsManagerForSubscriptionId(mSubId);
600 + mSubId);
[all...]
/packages/services/Telephony/src/com/android/phone/vvm/omtp/
H A DOmtpVvmCarrierConfigHelper.java93 private final int mSubId; field in class:OmtpVvmCarrierConfigHelper
103 mSubId = subId;
124 mSubId = 0;
136 return mSubId;
142 mPhoneAccountHandle = PhoneAccountHandleConverter.fromSubId(mSubId);
144 VvmLog.e(TAG, "null phone account for subId " + mSubId);
332 ActivationTask.start(mContext, mSubId, null);
338 telephonyManager.enableVisualVoicemailSmsFilter(mSubId,
347 .disableVisualVoicemailSmsFilter(mSubId);
401 if (!SubscriptionManager.isValidSubscriptionId(mSubId)) {
[all...]
/packages/services/Telephony/src/com/android/phone/vvm/omtp/sync/
H A DVvmNetworkRequestCallback.java52 private final int mSubId; field in class:VvmNetworkRequestCallback
61 mSubId = PhoneUtils.getSubIdForPhoneAccountHandle(phoneAccount);
63 mCarrierConfigHelper = new OmtpVvmCarrierConfigHelper(context, mSubId);
71 mSubId = config.getSubId();
93 .setNetworkSpecifier(Integer.toString(mSubId));
/packages/apps/Settings/src/com/android/settings/
H A DResetNetworkConfirm.java56 private int mSubId = SubscriptionManager.INVALID_SUBSCRIPTION_ID; field in class:ResetNetworkConfirm
87 telephonyManager.factoryReset(mSubId);
93 String subscriberId = telephonyManager.getSubscriberId(mSubId);
146 mSubId = args.getInt(PhoneConstants.SUBSCRIPTION_KEY,
/packages/services/Mms/src/com/android/mms/service/
H A DMmsRequest.java77 protected int mSubId; field in class:MmsRequest
90 mSubId = subId;
98 return mSubId;
104 final Bundle config = MmsConfigManager.getInstance().getMmsConfigBySubId(mSubId);
159 apn = ApnSettings.load(context, apnName, mSubId, requestId);
168 apn = ApnSettings.load(context, null, mSubId, requestId);
H A DMmsNetworkManager.java61 private final int mSubId; field in class:MmsNetworkManager
105 mSubId = subId;
109 .setNetworkSpecifier(Integer.toString(mSubId))
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
H A DParticipantData.java103 private int mSubId; field in class:ParticipantData
126 pd.mSubId = cursor.getInt(ParticipantsQuery.INDEX_SUB_ID);
170 pd.mSubId = OTHER_THAN_SELF_SUB_ID;
204 pd.mSubId = OTHER_THAN_SELF_SUB_ID;
268 pd.mSubId = subId;
361 PhoneUtils.get(mSubId).getCanonicalForSelf(true/*allowOverride*/);
429 return mSubId;
441 return mSubId == ParticipantData.DEFAULT_SELF_SUB_ID;
472 return (mSubId != OTHER_THAN_SELF_SUB_ID);
494 values.put(ParticipantColumns.SUB_ID, mSubId);
[all...]
H A DSettingsData.java57 private final int mSubId; field in class:SettingsData.SettingsItem
65 mSubId = subId;
81 return mSubId;
/packages/services/Telephony/src/com/android/phone/vvm/omtp/sms/
H A DStatusSmsFetcher.java61 private final int mSubId; field in class:StatusSmsFetcher
65 mSubId = subId;
112 if (mSubId != subId) {
/packages/apps/Messaging/src/com/android/messaging/sms/
H A DMmsConfig.java106 private final int mSubId; field in class:MmsConfig
127 mSubId = subId;
171 (mmsConfig.mSubId == ParticipantData.DEFAULT_SELF_SUB_ID));
172 sSubIdToMmsConfigMap.put(mmsConfig.mSubId, mmsConfig);
H A DDatabaseMessages.java147 public int mSubId; field in class:DatabaseMessages.SmsMessage
170 mSubId = PhoneUtils.getDefault().getSubIdFromTelephony(cursor, INDEX_SUB_ID);
192 return mSubId;
220 mSubId = in.readInt();
251 out.writeInt(mSubId);
340 public int mSubId; field in class:DatabaseMessages.MmsMessage
388 mSubId = PhoneUtils.getDefault().getSubIdFromTelephony(cursor, INDEX_SUB_ID);
454 return mSubId;
486 mSubId = in.readInt();
535 out.writeInt(mSubId);
[all...]

Completed in 4006 milliseconds

12