HomeSort by relevance Sort by last modified time
    Searched refs:mSubscriptionInfoHelper (Results 1 - 8 of 8) sorted by null

  /packages/services/Telephony/src/com/android/phone/settings/fdn/
FdnList.java 48 private SubscriptionInfoHelper mSubscriptionInfoHelper;
60 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent());
61 mSubscriptionInfoHelper.setActionBarTitle(
68 intent.setData(getContentUri(mSubscriptionInfoHelper));
104 Intent intent = mSubscriptionInfoHelper.getIntent(FdnSetting.class);
135 Intent intent = mSubscriptionInfoHelper.getIntent(EditFdnContactScreen.class);
157 Intent intent = mSubscriptionInfoHelper.getIntent(EditFdnContactScreen.class);
169 Intent intent = mSubscriptionInfoHelper.getIntent(DeleteFdnContactScreen.class);
DeleteFdnContactScreen.java 51 private SubscriptionInfoHelper mSubscriptionInfoHelper;
98 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, intent);
122 Uri uri = FdnList.getContentUri(mSubscriptionInfoHelper);
132 intent.setData(FdnList.getContentUri(mSubscriptionInfoHelper));
FdnSetting.java 50 private SubscriptionInfoHelper mSubscriptionInfoHelper;
466 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent());
467 mPhone = mSubscriptionInfoHelper.getPhone();
484 fdnListPref.setIntent(mSubscriptionInfoHelper.getIntent(FdnList.class));
502 mSubscriptionInfoHelper.setActionBarTitle(
510 mPhone = mSubscriptionInfoHelper.getPhone();
532 CallFeaturesSetting.goUpToTopLevelSetting(this, mSubscriptionInfoHelper);
EditFdnContactScreen.java 72 private SubscriptionInfoHelper mSubscriptionInfoHelper;
223 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, intent);
298 Uri uri = FdnList.getContentUri(mSubscriptionInfoHelper);
321 Uri uri = FdnList.getContentUri(mSubscriptionInfoHelper);
342 Intent intent = mSubscriptionInfoHelper.getIntent(DeleteFdnContactScreen.class);
353 intent.setData(FdnList.getContentUri(mSubscriptionInfoHelper));
  /packages/services/Telephony/src/com/android/phone/
GsmUmtsAdditionalCallOptions.java 28 private SubscriptionInfoHelper mSubscriptionInfoHelper;
36 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent());
37 mSubscriptionInfoHelper.setActionBarTitle(
39 mPhone = mSubscriptionInfoHelper.getPhone();
98 CallFeaturesSetting.goUpToTopLevelSetting(this, mSubscriptionInfoHelper);
CallFeaturesSetting.java 106 private SubscriptionInfoHelper mSubscriptionInfoHelper;
182 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent());
183 mSubscriptionInfoHelper.setActionBarTitle(
185 mPhone = mSubscriptionInfoHelper.getPhone();
211 mVoicemailSettingsScreen.setIntent(mSubscriptionInfoHelper.getIntent(
234 cdmaOptions.setIntent(mSubscriptionInfoHelper.getIntent(CdmaCallOptions.class));
235 gsmOptions.setIntent(mSubscriptionInfoHelper.getIntent(GsmUmtsCallOptions.class));
253 fdnButton.setIntent(mSubscriptionInfoHelper.getIntent(FdnSetting.class));
258 GsmUmtsCallOptions.init(prefSet, mSubscriptionInfoHelper);
326 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent())
    [all...]
GsmUmtsCallForwardOptions.java 48 private SubscriptionInfoHelper mSubscriptionInfoHelper;
56 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent());
57 mSubscriptionInfoHelper.setActionBarTitle(
59 mPhone = mSubscriptionInfoHelper.getPhone();
185 CallFeaturesSetting.goUpToTopLevelSetting(this, mSubscriptionInfoHelper);
  /packages/services/Telephony/src/com/android/phone/settings/
VoicemailSettingsActivity.java 196 private SubscriptionInfoHelper mSubscriptionInfoHelper;
220 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent());
221 mSubscriptionInfoHelper.setActionBarTitle(
223 mPhone = mSubscriptionInfoHelper.getPhone();
    [all...]

Completed in 574 milliseconds