Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DGsmUmtsCallOptions.java44 SubscriptionInfoHelper subInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate() local
45 subInfoHelper.setActionBarTitle( in onCreate()
47 init(getPreferenceScreen(), subInfoHelper); in onCreate() local
49 if (subInfoHelper.getPhone().getPhoneType() != PhoneConstants.PHONE_TYPE_GSM) { in onCreate()
65 public static void init(PreferenceScreen prefScreen, SubscriptionInfoHelper subInfoHelper) { in init() argument
67 if (subInfoHelper.hasSubId()) { in init()
68 b = PhoneGlobals.getInstance().getCarrierConfigForSubId(subInfoHelper.getSubId()); in init()
77 subInfoHelper.getPhone().getContext().getContentResolver(), in init()
87 subInfoHelper.getIntent(GsmUmtsCallForwardOptions.class)); in init()
102 subInfoHelper.getIntent(GsmUmtsAdditionalCallOptions.class)); in init()
[all …]
DCdmaCallOptions.java43 SubscriptionInfoHelper subInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate() local
44 subInfoHelper.setActionBarTitle( in onCreate()
48 mButtonVoicePrivacy.setPhone(subInfoHelper.getPhone()); in onCreate()
50 if (subInfoHelper.hasSubId()) { in onCreate()
52 subInfoHelper.getSubId()); in onCreate()
56 if (subInfoHelper.getPhone().getPhoneType() != PhoneConstants.PHONE_TYPE_CDMA in onCreate()
63 callForwardingPref.setIntent(subInfoHelper.getIntent(CdmaCallForwardOptions.class)); in onCreate()
67 callWaitingPref.init(this, subInfoHelper.getPhone()); in onCreate()