Lines Matching refs:subInfoHelper
44 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()
112 callBarringPref.setIntent(subInfoHelper.getIntent(GsmUmtsCallBarringOptions.class)); in init()