HomeSort by relevance Sort by last modified time
    Searched refs:SubscriptionInfoHelper (Results 1 - 13 of 13) sorted by null

  /packages/services/Telephony/src/com/android/phone/
SubscriptionInfoHelper.java 39 public class SubscriptionInfoHelper {
44 "com.android.phone.settings.SubscriptionInfoHelper.SubscriptionId";
47 "com.android.phone.settings.SubscriptionInfoHelper.SubscriptionLabel";
57 public SubscriptionInfoHelper(Context context, Intent intent) {
86 intent.putExtra(SubscriptionInfoHelper.SUB_ID_EXTRA, subscription.getSubscriptionId());
88 SubscriptionInfoHelper.SUB_LABEL_EXTRA, subscription.getDisplayName().toString());
GsmUmtsCallOptions.java 42 SubscriptionInfoHelper subInfoHelper = new SubscriptionInfoHelper(this, getIntent());
63 public static void init(PreferenceScreen prefScreen, SubscriptionInfoHelper subInfoHelper) {
CdmaCallOptions.java 49 SubscriptionInfoHelper subInfoHelper = new SubscriptionInfoHelper(this, getIntent());
GsmUmtsAdditionalCallOptions.java 28 private SubscriptionInfoHelper mSubscriptionInfoHelper;
36 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent());
CallFeaturesSetting.java 106 private SubscriptionInfoHelper mSubscriptionInfoHelper;
182 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent());
354 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent());
379 Activity activity, SubscriptionInfoHelper subscriptionInfoHelper) {
380 Intent intent = subscriptionInfoHelper.getIntent(CallFeaturesSetting.class);
GsmUmtsCallForwardOptions.java 48 private SubscriptionInfoHelper mSubscriptionInfoHelper;
56 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent());
NotificationMgr.java 186 if (subId == SubscriptionInfoHelper.NO_SUB_ID) {
309 intent.putExtra(SubscriptionInfoHelper.SUB_ID_EXTRA, subId);
471 SubscriptionInfoHelper.addExtrasToIntent(
  /packages/services/Telephony/src/com/android/phone/settings/fdn/
FdnList.java 31 import com.android.phone.SubscriptionInfoHelper;
48 private SubscriptionInfoHelper mSubscriptionInfoHelper;
60 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent());
179 public static Uri getContentUri(SubscriptionInfoHelper subscriptionInfoHelper) {
180 return subscriptionInfoHelper.hasSubId()
181 ? Uri.parse(FDN_CONTENT_PATH_WITH_SUB_ID + subscriptionInfoHelper.getSubId())
DeleteFdnContactScreen.java 34 import com.android.phone.SubscriptionInfoHelper;
51 private SubscriptionInfoHelper mSubscriptionInfoHelper;
98 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, intent);
EditFdnContactScreen.java 53 import com.android.phone.SubscriptionInfoHelper;
72 private SubscriptionInfoHelper mSubscriptionInfoHelper;
223 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, intent);
FdnSetting.java 38 import com.android.phone.SubscriptionInfoHelper;
50 private SubscriptionInfoHelper mSubscriptionInfoHelper;
489 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent());
  /packages/services/Telephony/src/com/android/phone/settings/
PhoneAccountSettingsFragment.java 28 import com.android.phone.SubscriptionInfoHelper;
359 SubscriptionInfoHelper.addExtrasToIntent(intent, subInfo);
VoicemailSettingsActivity.java 47 import com.android.phone.SubscriptionInfoHelper;
196 private SubscriptionInfoHelper mSubscriptionInfoHelper;
220 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent());
    [all...]

Completed in 366 milliseconds