Searched refs:subInfoHelper (Results 1 - 2 of 2) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
H A DGsmUmtsCallOptions.java42 SubscriptionInfoHelper subInfoHelper = new SubscriptionInfoHelper(this, getIntent());
43 subInfoHelper.setActionBarTitle(
45 init(getPreferenceScreen(), subInfoHelper);
47 if (subInfoHelper.getPhone().getPhoneType() != PhoneConstants.PHONE_TYPE_GSM) {
63 public static void init(PreferenceScreen prefScreen, SubscriptionInfoHelper subInfoHelper) { argument
65 callForwardingPref.setIntent(subInfoHelper.getIntent(GsmUmtsCallForwardOptions.class));
70 subInfoHelper.getIntent(GsmUmtsAdditionalCallOptions.class));
H A DCdmaCallOptions.java49 SubscriptionInfoHelper subInfoHelper = new SubscriptionInfoHelper(this, getIntent());
50 subInfoHelper.setActionBarTitle(
55 if (subInfoHelper.hasSubId()) {
57 subInfoHelper.getSubId());
61 if (subInfoHelper.getPhone().getPhoneType() != PhoneConstants.PHONE_TYPE_CDMA

Completed in 53 milliseconds