Lines Matching refs:mSubscriptionInfoHelper
100 private SubscriptionInfoHelper mSubscriptionInfoHelper; field in CallFeaturesSetting
132 if (mSubscriptionInfoHelper.hasSubId()) { in doSsOverUtPrecautions()
134 mSubscriptionInfoHelper.getSubId()); in doSsOverUtPrecautions()
212 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate()
213 mSubscriptionInfoHelper.setActionBarTitle( in onCreate()
215 mPhone = mSubscriptionInfoHelper.getPhone(); in onCreate()
312 mVoicemailSettingsScreen.setIntent(mSubscriptionInfoHelper.getIntent( in onResume()
339 fdnButton.setIntent(mSubscriptionInfoHelper.getIntent(FdnSetting.class)); in onResume()
341 cdmaOptions.setIntent(mSubscriptionInfoHelper.getIntent(CdmaCallOptions.class)); in onResume()
342 gsmOptions.setIntent(mSubscriptionInfoHelper.getIntent(GsmUmtsCallOptions.class)); in onResume()
365 GsmUmtsCallOptions.init(prefSet, mSubscriptionInfoHelper); in onResume()
519 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onNewIntent()
520 mSubscriptionInfoHelper.setActionBarTitle( in onNewIntent()
522 mPhone = mSubscriptionInfoHelper.getPhone(); in onNewIntent()