Home
last modified time | relevance | path

Searched refs:mSubscriptionInfoHelper (Results 1 – 8 of 8) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
DCallFeaturesSetting.java106 private SubscriptionInfoHelper mSubscriptionInfoHelper; field in CallFeaturesSetting
182 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate()
183 mSubscriptionInfoHelper.setActionBarTitle( in onCreate()
185 mPhone = mSubscriptionInfoHelper.getPhone(); in onCreate()
211 mVoicemailSettingsScreen.setIntent(mSubscriptionInfoHelper.getIntent( in onResume()
234 cdmaOptions.setIntent(mSubscriptionInfoHelper.getIntent(CdmaCallOptions.class)); in onResume()
235 gsmOptions.setIntent(mSubscriptionInfoHelper.getIntent(GsmUmtsCallOptions.class)); in onResume()
253 fdnButton.setIntent(mSubscriptionInfoHelper.getIntent(FdnSetting.class)); in onResume()
258 GsmUmtsCallOptions.init(prefSet, mSubscriptionInfoHelper); in onResume()
326 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onNewIntent()
[all …]
DGsmUmtsAdditionalCallOptions.java28 private SubscriptionInfoHelper mSubscriptionInfoHelper; field in GsmUmtsAdditionalCallOptions
36 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate()
37 mSubscriptionInfoHelper.setActionBarTitle( in onCreate()
39 mPhone = mSubscriptionInfoHelper.getPhone(); in onCreate()
98 CallFeaturesSetting.goUpToTopLevelSetting(this, mSubscriptionInfoHelper); in onOptionsItemSelected()
DGsmUmtsCallForwardOptions.java48 private SubscriptionInfoHelper mSubscriptionInfoHelper; field in GsmUmtsCallForwardOptions
56 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate()
57 mSubscriptionInfoHelper.setActionBarTitle( in onCreate()
59 mPhone = mSubscriptionInfoHelper.getPhone(); in onCreate()
185 CallFeaturesSetting.goUpToTopLevelSetting(this, mSubscriptionInfoHelper); in onOptionsItemSelected()
/packages/services/Telephony/src/com/android/phone/settings/fdn/
DFdnList.java48 private SubscriptionInfoHelper mSubscriptionInfoHelper; field in FdnList
60 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate()
61 mSubscriptionInfoHelper.setActionBarTitle( in onCreate()
68 intent.setData(getContentUri(mSubscriptionInfoHelper)); in resolveIntent()
104 Intent intent = mSubscriptionInfoHelper.getIntent(FdnSetting.class); in onOptionsItemSelected()
135 Intent intent = mSubscriptionInfoHelper.getIntent(EditFdnContactScreen.class); in addContact()
157 Intent intent = mSubscriptionInfoHelper.getIntent(EditFdnContactScreen.class); in editSelected()
169 Intent intent = mSubscriptionInfoHelper.getIntent(DeleteFdnContactScreen.class); in deleteSelected()
DFdnSetting.java50 private SubscriptionInfoHelper mSubscriptionInfoHelper; field in FdnSetting
475 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate()
476 mPhone = mSubscriptionInfoHelper.getPhone(); in onCreate()
493 fdnListPref.setIntent(mSubscriptionInfoHelper.getIntent(FdnList.class)); in onCreate()
511 mSubscriptionInfoHelper.setActionBarTitle( in onCreate()
519 mPhone = mSubscriptionInfoHelper.getPhone(); in onResume()
541 CallFeaturesSetting.goUpToTopLevelSetting(this, mSubscriptionInfoHelper); in onOptionsItemSelected()
DEditFdnContactScreen.java72 private SubscriptionInfoHelper mSubscriptionInfoHelper; field in EditFdnContactScreen
223 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, intent); in resolveIntent()
298 Uri uri = FdnList.getContentUri(mSubscriptionInfoHelper); in addContact()
321 Uri uri = FdnList.getContentUri(mSubscriptionInfoHelper); in updateContact()
342 Intent intent = mSubscriptionInfoHelper.getIntent(DeleteFdnContactScreen.class); in deleteSelected()
353 intent.setData(FdnList.getContentUri(mSubscriptionInfoHelper)); in authenticatePin2()
DDeleteFdnContactScreen.java51 private SubscriptionInfoHelper mSubscriptionInfoHelper; field in DeleteFdnContactScreen
98 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, intent); in resolveIntent()
122 Uri uri = FdnList.getContentUri(mSubscriptionInfoHelper); in deleteContact()
132 intent.setData(FdnList.getContentUri(mSubscriptionInfoHelper)); in authenticatePin2()
/packages/services/Telephony/src/com/android/phone/settings/
DVoicemailSettingsActivity.java196 private SubscriptionInfoHelper mSubscriptionInfoHelper; field in VoicemailSettingsActivity
220 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate()
221 mSubscriptionInfoHelper.setActionBarTitle( in onCreate()
223 mPhone = mSubscriptionInfoHelper.getPhone(); in onCreate()
823 mSubscriptionInfoHelper.getSubId());