public class

CallFeaturesSetting

extends PreferenceActivity
implements DialogInterface.OnClickListener Preference.OnPreferenceChangeListener
java.lang.Object
   ↳ android.content.Context
     ↳ android.content.ContextWrapper
       ↳ android.view.ContextThemeWrapper
         ↳ android.app.Activity
           ↳ android.app.ListActivity
             ↳ android.preference.PreferenceActivity
               ↳ com.android.phone.CallFeaturesSetting

Summary

Constants
String ACTION_ADD_VOICEMAIL
String ACTION_CONFIGURE_VOICEMAIL
String DEFAULT_VM_PROVIDER_KEY
String FWD_NUMBER_EXTRA
String FWD_NUMBER_TIME_EXTRA
String FWD_SETTINGS_LENGTH_TAG
String FWD_SETTINGS_TAG
String FWD_SETTING_NUMBER
String FWD_SETTING_REASON
String FWD_SETTING_STATUS
String FWD_SETTING_TAG
String FWD_SETTING_TIME
String HAC_KEY
String HAC_VAL_OFF
String HAC_VAL_ON
String IGNORE_PROVIDER_EXTRA
String SIGNOUT_EXTRA
String VM_NUMBER_EXTRA
String VM_NUMBER_TAG
[Expand]
Inherited Constants
From class android.preference.PreferenceActivity
From class android.app.Activity
From class android.content.Context
From interface android.content.ComponentCallbacks2
Fields
public static final CallForwardInfo[] FWD_SETTINGS_DONT_TOUCH
[Expand]
Inherited Fields
From class android.app.Activity
Public Constructors
CallFeaturesSetting()
Public Methods
void onClick(DialogInterface dialog, int which)
void onDialogClosed(EditPhoneNumberPreference preference, int buttonClicked)
String onGetDefaultNumber(EditPhoneNumberPreference preference)
Implemented for EditPhoneNumberPreference.GetDefaultNumberListener.
void onPause()
boolean onPreferenceChange(Preference preference, Object objValue)
Implemented to support onPreferenceChangeListener to look for preference changes.
boolean onPreferenceTreeClick(PreferenceScreen preferenceScreen, Preference preference)
void startActivityForResult(Intent intent, int requestCode)
Protected Methods
void onActivityResult(int requestCode, int resultCode, Intent data)
void onCreate(Bundle icicle)
Dialog onCreateDialog(int id)
void onPrepareDialog(int id, Dialog dialog)
void onResume()
[Expand]
Inherited Methods
From class android.preference.PreferenceActivity
From class android.app.ListActivity
From class android.app.Activity
From class android.view.ContextThemeWrapper
From class android.content.ContextWrapper
From class android.content.Context
From class java.lang.Object
From interface android.content.ComponentCallbacks
From interface android.content.ComponentCallbacks2
From interface android.content.DialogInterface.OnClickListener
From interface android.preference.Preference.OnPreferenceChangeListener
From interface android.preference.PreferenceFragment.OnPreferenceStartFragmentCallback
From interface android.view.KeyEvent.Callback
From interface android.view.LayoutInflater.Factory
From interface android.view.LayoutInflater.Factory2
From interface android.view.View.OnCreateContextMenuListener
From interface android.view.Window.Callback

Constants

public static final String ACTION_ADD_VOICEMAIL

Constant Value: "com.android.phone.CallFeaturesSetting.ADD_VOICEMAIL"

public static final String ACTION_CONFIGURE_VOICEMAIL

Constant Value: "com.android.phone.CallFeaturesSetting.CONFIGURE_VOICEMAIL"

public static final String DEFAULT_VM_PROVIDER_KEY

Constant Value: ""

public static final String FWD_NUMBER_EXTRA

Constant Value: "com.android.phone.ForwardingNumber"

public static final String FWD_NUMBER_TIME_EXTRA

Constant Value: "com.android.phone.ForwardingNumberTime"

public static final String FWD_SETTINGS_LENGTH_TAG

Constant Value: "#Length"

public static final String FWD_SETTINGS_TAG

Constant Value: "#FWDSettings"

public static final String FWD_SETTING_NUMBER

Constant Value: "#Number"

public static final String FWD_SETTING_REASON

Constant Value: "#Reason"

public static final String FWD_SETTING_STATUS

Constant Value: "#Status"

public static final String FWD_SETTING_TAG

Constant Value: "#Setting"

public static final String FWD_SETTING_TIME

Constant Value: "#Time"

public static final String HAC_KEY

Constant Value: "HACSetting"

public static final String HAC_VAL_OFF

Constant Value: "OFF"

public static final String HAC_VAL_ON

Constant Value: "ON"

public static final String IGNORE_PROVIDER_EXTRA

Constant Value: "com.android.phone.ProviderToIgnore"

public static final String SIGNOUT_EXTRA

Constant Value: "com.android.phone.Signout"

public static final String VM_NUMBER_EXTRA

Constant Value: "com.android.phone.VoicemailNumber"

public static final String VM_NUMBER_TAG

Constant Value: "#VMNumber"

Fields

public static final CallForwardInfo[] FWD_SETTINGS_DONT_TOUCH

Public Constructors

public CallFeaturesSetting ()

Public Methods

public void onClick (DialogInterface dialog, int which)

public void onDialogClosed (EditPhoneNumberPreference preference, int buttonClicked)

public String onGetDefaultNumber (EditPhoneNumberPreference preference)

Implemented for EditPhoneNumberPreference.GetDefaultNumberListener. This method set the default values for the various EditPhoneNumberPreference dialogs.

public void onPause ()

public boolean onPreferenceChange (Preference preference, Object objValue)

Implemented to support onPreferenceChangeListener to look for preference changes.

Parameters
preference is the preference to be changed
objValue should be the value of the selection, NOT its localized display value.

public boolean onPreferenceTreeClick (PreferenceScreen preferenceScreen, Preference preference)

public void startActivityForResult (Intent intent, int requestCode)

Protected Methods

protected void onActivityResult (int requestCode, int resultCode, Intent data)

protected void onCreate (Bundle icicle)

protected Dialog onCreateDialog (int id)

protected void onPrepareDialog (int id, Dialog dialog)

protected void onResume ()