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;
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);
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 105 private SubscriptionInfoHelper mSubscriptionInfoHelper;
181 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent());
182 mSubscriptionInfoHelper.setActionBarTitle(
184 mPhone = mSubscriptionInfoHelper.getPhone();
210 mVoicemailSettingsScreen.setIntent(mSubscriptionInfoHelper.getIntent(
233 cdmaOptions.setIntent(mSubscriptionInfoHelper.getIntent(CdmaCallOptions.class));
234 gsmOptions.setIntent(mSubscriptionInfoHelper.getIntent(GsmUmtsCallOptions.class));
252 fdnButton.setIntent(mSubscriptionInfoHelper.getIntent(FdnSetting.class));
257 GsmUmtsCallOptions.init(prefSet, mSubscriptionInfoHelper);
331 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 108 milliseconds