Home
last modified time | relevance | path

Searched refs:SubscriptionInfoHelper (Results 1 – 14 of 14) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
DSubscriptionInfoHelper.java39 public class SubscriptionInfoHelper { class
56 public SubscriptionInfoHelper(Context context, Intent intent) { in SubscriptionInfoHelper() method in SubscriptionInfoHelper
92 intent.putExtra(SubscriptionInfoHelper.SUB_ID_EXTRA, subscription.getSubscriptionId()); in addExtrasToIntent()
94 SubscriptionInfoHelper.SUB_LABEL_EXTRA, subscription.getDisplayName().toString()); in addExtrasToIntent()
DCdmaCallOptions.java61 SubscriptionInfoHelper subInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate()
167 SubscriptionInfoHelper subInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in updatePreferencesEnabled()
DGsmUmtsCallOptions.java44 SubscriptionInfoHelper subInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate()
65 public static void init(PreferenceScreen prefScreen, SubscriptionInfoHelper subInfoHelper) { in init()
DCallFeaturesSetting.java107 private SubscriptionInfoHelper mSubscriptionInfoHelper;
265 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate()
577 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onNewIntent()
602 Activity activity, SubscriptionInfoHelper subscriptionInfoHelper) { in goUpToTopLevelSetting()
DGsmUmtsAdditionalCallOptions.java34 private SubscriptionInfoHelper mSubscriptionInfoHelper;
47 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate()
DCdmaCallForwardOptions.java65 private SubscriptionInfoHelper mSubscriptionInfoHelper;
75 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate()
DGsmUmtsCallForwardOptions.java50 private SubscriptionInfoHelper mSubscriptionInfoHelper;
60 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate()
DGsmUmtsCallBarringOptions.java114 private SubscriptionInfoHelper mSubscriptionInfoHelper;
354 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate()
DNotificationMgr.java348 intent.putExtra(SubscriptionInfoHelper.SUB_ID_EXTRA, subId); in updateMwi()
572 SubscriptionInfoHelper.addExtrasToIntent( in updateCfi()
/packages/services/Telephony/src/com/android/phone/settings/fdn/
DFdnList.java40 import com.android.phone.SubscriptionInfoHelper;
92 private SubscriptionInfoHelper mSubscriptionInfoHelper;
107 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate()
265 public static Uri getContentUri(SubscriptionInfoHelper subscriptionInfoHelper) { in getContentUri()
DBaseFdnContactScreen.java41 import com.android.phone.SubscriptionInfoHelper;
61 protected SubscriptionInfoHelper mSubscriptionInfoHelper;
109 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, intent); in resolveIntent()
DFdnSetting.java37 import com.android.phone.SubscriptionInfoHelper;
49 private SubscriptionInfoHelper mSubscriptionInfoHelper;
509 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate()
/packages/services/Telephony/src/com/android/phone/settings/
DVoicemailSettingsActivity.java54 import com.android.phone.SubscriptionInfoHelper;
200 private SubscriptionInfoHelper mSubscriptionInfoHelper;
230 getIntent().putExtra(SubscriptionInfoHelper.SUB_ID_EXTRA, in onCreate()
233 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate()
DPhoneAccountSettingsFragment.java27 import com.android.phone.SubscriptionInfoHelper;
293 SubscriptionInfoHelper.addExtrasToIntent(intent, subInfo); in initAccountList()