Home
last modified time | relevance | path

Searched refs:SubscriptionInfoHelper (Results 1 – 15 of 15) 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() == null ? null in addExtrasToIntent()
DCdmaCallOptions.java64 SubscriptionInfoHelper subInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate()
184 SubscriptionInfoHelper subInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in updatePreferencesEnabled()
DGsmUmtsCallOptions.java48 SubscriptionInfoHelper subInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate()
69 public static void init(PreferenceScreen prefScreen, SubscriptionInfoHelper subInfoHelper) { in init()
DCallFeaturesSetting.java109 private SubscriptionInfoHelper mSubscriptionInfoHelper;
276 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate()
596 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onNewIntent()
621 Activity activity, SubscriptionInfoHelper subscriptionInfoHelper) { in goUpToTopLevelSetting()
DGsmUmtsAdditionalCallOptions.java34 private SubscriptionInfoHelper mSubscriptionInfoHelper;
47 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate()
DCdmaCallForwardOptions.java68 private SubscriptionInfoHelper mSubscriptionInfoHelper;
78 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate()
DGsmUmtsCallForwardOptions.java53 private SubscriptionInfoHelper mSubscriptionInfoHelper;
63 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate()
DGsmUmtsCallBarringOptions.java114 private SubscriptionInfoHelper mSubscriptionInfoHelper;
359 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate()
DNotificationMgr.java359 intent.putExtra(SubscriptionInfoHelper.SUB_ID_EXTRA, subId); in updateMwi()
589 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.java40 import com.android.phone.SubscriptionInfoHelper;
52 private SubscriptionInfoHelper mSubscriptionInfoHelper;
512 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate()
/packages/services/Telephony/tests/src/com/android/phone/
DSubscriptionInfoHelperTest.java55 SubscriptionInfoHelper.addExtrasToIntent(intent, info); in testAddExtrasToIntentWithNullDisplayName()
/packages/services/Telephony/src/com/android/phone/settings/
DVoicemailSettingsActivity.java59 import com.android.phone.SubscriptionInfoHelper;
206 private SubscriptionInfoHelper mSubscriptionInfoHelper;
248 getIntent().putExtra(SubscriptionInfoHelper.SUB_ID_EXTRA, in onCreate()
251 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate()
DPhoneAccountSettingsFragment.java30 import com.android.phone.SubscriptionInfoHelper;
303 SubscriptionInfoHelper.addExtrasToIntent(intent, subInfo); in initAccountList()