Searched refs:subInfoHelper (Results 1 – 2 of 2) sorted by relevance
48 SubscriptionInfoHelper subInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate() local49 subInfoHelper.setActionBarTitle( in onCreate()51 init(getPreferenceScreen(), subInfoHelper); in onCreate() local53 if (subInfoHelper.getPhone().getPhoneType() != PhoneConstants.PHONE_TYPE_GSM) { in onCreate()69 public static void init(PreferenceScreen prefScreen, SubscriptionInfoHelper subInfoHelper) { in init() argument71 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()[all …]
64 SubscriptionInfoHelper subInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate() local65 subInfoHelper.setActionBarTitle( in onCreate()70 buttonVoicePrivacy.setPhone(subInfoHelper.getPhone()); in onCreate()73 if (subInfoHelper.hasSubId()) { in onCreate()74 subId = subInfoHelper.getSubId(); in onCreate()79 if (subInfoHelper.getPhone().getPhoneType() != PhoneConstants.PHONE_TYPE_CDMA in onCreate()100 subInfoHelper.getIntent(CdmaCallForwardOptions.class)); in onCreate()126 mCallWaitingPref.init(this, subInfoHelper.getPhone()); in onCreate()184 SubscriptionInfoHelper subInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in updatePreferencesEnabled() local186 mCallWaitingPref.init(this, subInfoHelper.getPhone()); in updatePreferencesEnabled()