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.java48 SubscriptionInfoHelper subInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate() local
49 subInfoHelper.setActionBarTitle( in onCreate()
51 init(getPreferenceScreen(), subInfoHelper); in onCreate() local
53 if (subInfoHelper.getPhone().getPhoneType() != PhoneConstants.PHONE_TYPE_GSM) { in onCreate()
69 public static void init(PreferenceScreen prefScreen, SubscriptionInfoHelper subInfoHelper) { in init() argument
71 if (subInfoHelper.hasSubId()) { in init()
72 b = PhoneGlobals.getInstance().getCarrierConfigForSubId(subInfoHelper.getSubId()); in init()
81 subInfoHelper.getPhone().getContext().getContentResolver(), in init()
88 UserManager userManager = (UserManager) subInfoHelper.getPhone().getContext() in init()
104 subInfoHelper.getIntent(GsmUmtsCallForwardOptions.class)); in init()
[all …]
DCdmaCallOptions.java64 SubscriptionInfoHelper subInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in onCreate() local
65 subInfoHelper.setActionBarTitle( in onCreate()
70 buttonVoicePrivacy.setPhone(subInfoHelper.getPhone()); in onCreate()
73 if (subInfoHelper.hasSubId()) { in onCreate()
74 subId = subInfoHelper.getSubId(); in onCreate()
79 if (subInfoHelper.getPhone().getPhoneType() != PhoneConstants.PHONE_TYPE_CDMA in onCreate()
100 subInfoHelper.getIntent(CdmaCallForwardOptions.class)); in onCreate()
126 mCallWaitingPref.init(this, subInfoHelper.getPhone()); in onCreate()
184 SubscriptionInfoHelper subInfoHelper = new SubscriptionInfoHelper(this, getIntent()); in updatePreferencesEnabled() local
186 mCallWaitingPref.init(this, subInfoHelper.getPhone()); in updatePreferencesEnabled()