Lines Matching refs:subInfoHelper
48 SubscriptionInfoHelper subInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate() local
49 subInfoHelper.setActionBarTitle( in onCreate()
51 init(getPreferenceScreen(), subInfoHelper); in onCreate() local
53 if (subInfoHelper.getPhone().getPhoneType() != PhoneConstants.PHONE_TYPE_GSM) { in onCreate()
69 public static void init(PreferenceScreen prefScreen, SubscriptionInfoHelper subInfoHelper) { in init() argument
71 if (subInfoHelper.hasSubId()) { in init()
72 b = PhoneGlobals.getInstance().getCarrierConfigForSubId(subInfoHelper.getSubId()); in init()
81 subInfoHelper.getPhone().getContext().getContentResolver(), in init()
88 UserManager userManager = (UserManager) subInfoHelper.getPhone().getContext() in init()
104 subInfoHelper.getIntent(GsmUmtsCallForwardOptions.class)); in init()
121 subInfoHelper.getIntent(GsmUmtsAdditionalCallOptions.class)); in init()
133 callBarringPref.setIntent(subInfoHelper.getIntent(GsmUmtsCallBarringOptions.class)); in init()