Searched refs:CallFeaturesSetting (Results 1 – 9 of 9) sorted by relevance
33 import com.android.phone.CallFeaturesSetting;98 if (activityIntent.getAction().equals(CallFeaturesSetting.ACTION_ADD_VOICEMAIL) in initVoicemailProviders()99 && activityIntent.hasExtra(CallFeaturesSetting.IGNORE_PROVIDER_EXTRA)) { in initVoicemailProviders()103 activityIntent.getStringExtra(CallFeaturesSetting.IGNORE_PROVIDER_EXTRA); in initVoicemailProviders()122 Intent intent = new Intent(CallFeaturesSetting.ACTION_CONFIGURE_VOICEMAIL); in initVoicemailProviders()140 providerIntent.setAction(CallFeaturesSetting.ACTION_CONFIGURE_VOICEMAIL); in initVoicemailProviders()
24 import com.android.phone.CallFeaturesSetting;39 public static Dialog getDialog(CallFeaturesSetting parent, int id) { in getDialog()
360 intent = new Intent(CallFeaturesSetting.ACTION_ADD_VOICEMAIL); in updateMwi()361 intent.putExtra(CallFeaturesSetting.SETUP_VOICEMAIL_EXTRA, true); in updateMwi()363 intent.setClass(mContext, CallFeaturesSetting.class); in updateMwi()
108 Intent intent = new Intent(CallFeaturesSetting.ACTION_ADD_VOICEMAIL); in addVoiceMailNumberPanel()109 intent.setClass(this, CallFeaturesSetting.class); in addVoiceMailNumberPanel()
459 audioManager.setParameter(CallFeaturesSetting.HAC_KEY, hac != 0 ? in onCreate()460 CallFeaturesSetting.HAC_VAL_ON : in onCreate()461 CallFeaturesSetting.HAC_VAL_OFF); in onCreate()
98 CallFeaturesSetting.goUpToTopLevelSetting(this, mSubscriptionInfoHelper); in onOptionsItemSelected()
98 public class CallFeaturesSetting extends PreferenceActivity class1424 Intent intent = subscriptionInfoHelper.getIntent(CallFeaturesSetting.class); in goUpToTopLevelSetting()
185 CallFeaturesSetting.goUpToTopLevelSetting(this, mSubscriptionInfoHelper); in onOptionsItemSelected()
35 import com.android.phone.CallFeaturesSetting;524 CallFeaturesSetting.goUpToTopLevelSetting(this, mSubscriptionInfoHelper); in onOptionsItemSelected()