Searched refs:mSubscriptionInfoHelper (Results 1 – 8 of 8) sorted by relevance
/packages/services/Telephony/src/com/android/phone/ |
D | CallFeaturesSetting.java | 106 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 …]
|
D | GsmUmtsAdditionalCallOptions.java | 28 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()
|
D | GsmUmtsCallForwardOptions.java | 48 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/ |
D | FdnList.java | 48 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()
|
D | FdnSetting.java | 50 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()
|
D | EditFdnContactScreen.java | 72 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()
|
D | DeleteFdnContactScreen.java | 51 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/ |
D | VoicemailSettingsActivity.java | 196 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());
|