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

  /packages/apps/Dialer/java/com/android/voicemail/impl/
SubscriptionInfoHelper.java 29 public class SubscriptionInfoHelper {
34 "com.android.voicemailomtp.settings.SubscriptionInfoHelper.SubscriptionId";
37 "com.android.voicemailomtp.settings.SubscriptionInfoHelper.SubscriptionLabel";
45 public SubscriptionInfoHelper(Context context, Intent intent) {
  /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 27 private SubscriptionInfoHelper mSubscriptionInfoHelper;
35 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent());
CallFeaturesSetting.java 108 private SubscriptionInfoHelper mSubscriptionInfoHelper;
184 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent());
396 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent());
421 Activity activity, SubscriptionInfoHelper subscriptionInfoHelper) {
422 Intent intent = subscriptionInfoHelper.getIntent(CallFeaturesSetting.class);
GsmUmtsCallForwardOptions.java 48 private SubscriptionInfoHelper mSubscriptionInfoHelper;
56 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent());
NotificationMgr.java 195 if (subId == SubscriptionInfoHelper.NO_SUB_ID) {
326 intent.putExtra(SubscriptionInfoHelper.SUB_ID_EXTRA, subId);
514 SubscriptionInfoHelper.addExtrasToIntent(
  /packages/services/Telephony/src/com/android/phone/settings/fdn/
DeleteFdnContactScreen.java 34 import com.android.phone.SubscriptionInfoHelper;
51 private SubscriptionInfoHelper mSubscriptionInfoHelper;
98 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, intent);
FdnList.java 41 import com.android.phone.SubscriptionInfoHelper;
93 private SubscriptionInfoHelper mSubscriptionInfoHelper;
108 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent());
266 public static Uri getContentUri(SubscriptionInfoHelper subscriptionInfoHelper) {
267 return subscriptionInfoHelper.hasSubId()
268 ? Uri.parse(FDN_CONTENT_PATH_WITH_SUB_ID + subscriptionInfoHelper.getSubId())
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 50 import com.android.phone.SubscriptionInfoHelper;
196 private SubscriptionInfoHelper mSubscriptionInfoHelper;
223 mSubscriptionInfoHelper = new SubscriptionInfoHelper(this, getIntent());
    [all...]

Completed in 3372 milliseconds