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.java61 SubscriptionInfoHelper subInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate() local
62 subInfoHelper.setActionBarTitle( in onCreate()
67 buttonVoicePrivacy.setPhone(subInfoHelper.getPhone()); in onCreate()
70 if (subInfoHelper.hasSubId()) { in onCreate()
71 subId = subInfoHelper.getSubId(); in onCreate()
76 if (subInfoHelper.getPhone().getPhoneType() != PhoneConstants.PHONE_TYPE_CDMA in onCreate()
85 subInfoHelper.getIntent(CdmaCallForwardOptions.class)); in onCreate()
109 mCallWaitingPref.init(this, subInfoHelper.getPhone()); in onCreate()
167 SubscriptionInfoHelper subInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in updatePreferencesEnabled() local
169 mCallWaitingPref.init(this, subInfoHelper.getPhone()); in updatePreferencesEnabled()