Searched refs:mSubscriptionInfoHelper (Results 1 - 8 of 8) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
H A DGsmUmtsAdditionalCallOptions.java27 private SubscriptionInfoHelper mSubscriptionInfoHelper; field in class:GsmUmtsAdditionalCallOptions
35 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent());
36 mSubscriptionInfoHelper.setActionBarTitle(
38 mPhone = mSubscriptionInfoHelper.getPhone();
97 CallFeaturesSetting.goUpToTopLevelSetting(this, mSubscriptionInfoHelper);
H A DCallFeaturesSetting.java108 private SubscriptionInfoHelper mSubscriptionInfoHelper; field in class:CallFeaturesSetting
184 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent());
185 mSubscriptionInfoHelper.setActionBarTitle(
187 mPhone = mSubscriptionInfoHelper.getPhone();
227 mVoicemailSettingsScreen.setIntent(mSubscriptionInfoHelper.getIntent(
252 fdnButton.setIntent(mSubscriptionInfoHelper.getIntent(FdnSetting.class));
254 cdmaOptions.setIntent(mSubscriptionInfoHelper.getIntent(CdmaCallOptions.class));
255 gsmOptions.setIntent(mSubscriptionInfoHelper.getIntent(GsmUmtsCallOptions.class));
276 GsmUmtsCallOptions.init(prefSet, mSubscriptionInfoHelper);
391 mSubscriptionInfoHelper
[all...]
H A DGsmUmtsCallForwardOptions.java48 private SubscriptionInfoHelper mSubscriptionInfoHelper; field in class:GsmUmtsCallForwardOptions
57 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent());
58 mSubscriptionInfoHelper.setActionBarTitle(
60 mPhone = mSubscriptionInfoHelper.getPhone();
193 CallFeaturesSetting.goUpToTopLevelSetting(this, mSubscriptionInfoHelper);
/packages/services/Telephony/src/com/android/phone/settings/fdn/
H A DFdnList.java93 private SubscriptionInfoHelper mSubscriptionInfoHelper; field in class:FdnList
108 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent());
109 mSubscriptionInfoHelper.setActionBarTitle(
130 intent.setData(getContentUri(mSubscriptionInfoHelper));
168 Intent intent = mSubscriptionInfoHelper.getIntent(FdnSetting.class);
203 Intent intent = mSubscriptionInfoHelper.getIntent(EditFdnContactScreen.class);
225 Intent intent = mSubscriptionInfoHelper.getIntent(EditFdnContactScreen.class);
241 Intent intent = mSubscriptionInfoHelper.getIntent(DeleteFdnContactScreen.class);
279 int subId = mSubscriptionInfoHelper.hasSubId()
280 ? mSubscriptionInfoHelper
[all...]
H A DDeleteFdnContactScreen.java51 private SubscriptionInfoHelper mSubscriptionInfoHelper; field in class:DeleteFdnContactScreen
98 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, intent);
122 Uri uri = FdnList.getContentUri(mSubscriptionInfoHelper);
132 intent.setData(FdnList.getContentUri(mSubscriptionInfoHelper));
H A DFdnSetting.java50 private SubscriptionInfoHelper mSubscriptionInfoHelper; field in class:FdnSetting
489 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent());
490 mPhone = mSubscriptionInfoHelper.getPhone();
507 fdnListPref.setIntent(mSubscriptionInfoHelper.getIntent(FdnList.class));
525 mSubscriptionInfoHelper.setActionBarTitle(
533 mPhone = mSubscriptionInfoHelper.getPhone();
556 CallFeaturesSetting.goUpToTopLevelSetting(this, mSubscriptionInfoHelper);
H A DEditFdnContactScreen.java72 private SubscriptionInfoHelper mSubscriptionInfoHelper; field in class:EditFdnContactScreen
223 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, intent);
299 Uri uri = FdnList.getContentUri(mSubscriptionInfoHelper);
322 Uri uri = FdnList.getContentUri(mSubscriptionInfoHelper);
343 Intent intent = mSubscriptionInfoHelper.getIntent(DeleteFdnContactScreen.class);
354 intent.setData(FdnList.getContentUri(mSubscriptionInfoHelper));
/packages/services/Telephony/src/com/android/phone/settings/
H A DVoicemailSettingsActivity.java196 private SubscriptionInfoHelper mSubscriptionInfoHelper; field in class:VoicemailSettingsActivity
223 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent());
224 mSubscriptionInfoHelper.setActionBarTitle(
226 mPhone = mSubscriptionInfoHelper.getPhone();
822 mSubscriptionInfoHelper.getSubId());

Completed in 2375 milliseconds