HomeSort by relevance Sort by last modified time
    Searched refs:mSubscriptionInfoHelper (Results 1 - 7 of 7) 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;
458 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent());
459 mPhone = mSubscriptionInfoHelper.getPhone();
476 fdnListPref.setIntent(mSubscriptionInfoHelper.getIntent(FdnList.class));
494 mSubscriptionInfoHelper.setActionBarTitle(
502 mPhone = mSubscriptionInfoHelper.getPhone();
524 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);
GsmUmtsCallForwardOptions.java 48 private SubscriptionInfoHelper mSubscriptionInfoHelper;
56 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent());
57 mSubscriptionInfoHelper.setActionBarTitle(
59 mPhone = mSubscriptionInfoHelper.getPhone();
185 CallFeaturesSetting.goUpToTopLevelSetting(this, mSubscriptionInfoHelper);
CallFeaturesSetting.java 188 private SubscriptionInfoHelper mSubscriptionInfoHelper;
    [all...]

Completed in 237 milliseconds