Searched refs:subInfoHelper (Results 1 – 2 of 2) sorted by relevance
44 SubscriptionInfoHelper subInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate() local45 subInfoHelper.setActionBarTitle( in onCreate()47 init(getPreferenceScreen(), subInfoHelper); in onCreate() local49 if (subInfoHelper.getPhone().getPhoneType() != PhoneConstants.PHONE_TYPE_GSM) { in onCreate()65 public static void init(PreferenceScreen prefScreen, SubscriptionInfoHelper subInfoHelper) { in init() argument67 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 …]
61 SubscriptionInfoHelper subInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate() local62 subInfoHelper.setActionBarTitle( in onCreate()67 buttonVoicePrivacy.setPhone(subInfoHelper.getPhone()); in onCreate()70 if (subInfoHelper.hasSubId()) { in onCreate()71 subId = subInfoHelper.getSubId(); in onCreate()76 if (subInfoHelper.getPhone().getPhoneType() != PhoneConstants.PHONE_TYPE_CDMA in onCreate()85 subInfoHelper.getIntent(CdmaCallForwardOptions.class)); in onCreate()109 mCallWaitingPref.init(this, subInfoHelper.getPhone()); in onCreate()167 SubscriptionInfoHelper subInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in updatePreferencesEnabled() local169 mCallWaitingPref.init(this, subInfoHelper.getPhone()); in updatePreferencesEnabled()