public class

Settings

extends PreferenceActivity
implements DialogInterface.OnClickListener DialogInterface.OnDismissListener 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.Settings

Class Overview

List of Phone-specific settings screens.

Summary

Constants
int REQUEST_CODE_EXIT_ECM
[Expand]
Inherited Constants
From class android.preference.PreferenceActivity
From class android.app.Activity
From class android.content.Context
From interface android.content.ComponentCallbacks2
[Expand]
Inherited Fields
From class android.app.Activity
Public Constructors
Settings()
Public Methods
void onClick(DialogInterface dialog, int which)
void onDismiss(DialogInterface dialog)
boolean onPreferenceChange(Preference preference, Object objValue)
Implemented to support onPreferenceChangeListener to look for preference changes specifically on CLIR.
boolean onPreferenceTreeClick(PreferenceScreen preferenceScreen, Preference preference)
Invoked on each preference click in this hierarchy, overrides PreferenceActivity's implementation.
Protected Methods
void onActivityResult(int requestCode, int resultCode, Intent data)
void onCreate(Bundle icicle)
void onPause()
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.content.DialogInterface.OnDismissListener
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 int REQUEST_CODE_EXIT_ECM

Constant Value: 17 (0x00000011)

Public Constructors

public Settings ()

Public Methods

public void onClick (DialogInterface dialog, int which)

public void onDismiss (DialogInterface dialog)

public boolean onPreferenceChange (Preference preference, Object objValue)

Implemented to support onPreferenceChangeListener to look for preference changes specifically on CLIR.

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

public boolean onPreferenceTreeClick (PreferenceScreen preferenceScreen, Preference preference)

Invoked on each preference click in this hierarchy, overrides PreferenceActivity's implementation. Used to make sure we track the preference click events.

Protected Methods

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

protected void onCreate (Bundle icicle)

protected void onPause ()

protected void onResume ()