Home
last modified time | relevance | path

Searched refs:subInfoHelper (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
DGsmUmtsCallOptions.java44 SubscriptionInfoHelper subInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate() local
45 subInfoHelper.setActionBarTitle( in onCreate()
47 init(getPreferenceScreen(), subInfoHelper); in onCreate() local
49 if (subInfoHelper.getPhone().getPhoneType() != PhoneConstants.PHONE_TYPE_GSM) { in onCreate()
65 public static void init(PreferenceScreen prefScreen, SubscriptionInfoHelper subInfoHelper) { in init() argument
67 if (subInfoHelper.hasSubId()) { in init()
68 b = PhoneGlobals.getInstance().getCarrierConfigForSubId(subInfoHelper.getSubId()); in init()
77 subInfoHelper.getPhone().getContext().getContentResolver(), in init()
87 subInfoHelper.getIntent(GsmUmtsCallForwardOptions.class)); in init()
102 subInfoHelper.getIntent(GsmUmtsAdditionalCallOptions.class)); in init()
[all …]
DCdmaCallOptions.java42 SubscriptionInfoHelper subInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate() local
43 subInfoHelper.setActionBarTitle( in onCreate()
47 mButtonVoicePrivacy.setPhone(subInfoHelper.getPhone()); in onCreate()
49 if (subInfoHelper.hasSubId()) { in onCreate()
51 subInfoHelper.getSubId()); in onCreate()
55 if (subInfoHelper.getPhone().getPhoneType() != PhoneConstants.PHONE_TYPE_CDMA in onCreate()