public class

TimeConsumingPreferenceActivity

extends PreferenceActivity
implements DialogInterface.OnCancelListener DialogInterface.OnClickListener
java.lang.Object
   ↳ android.content.Context
     ↳ android.content.ContextWrapper
       ↳ android.view.ContextThemeWrapper
         ↳ android.app.Activity
           ↳ android.app.ListActivity
             ↳ android.preference.PreferenceActivity
               ↳ com.android.phone.TimeConsumingPreferenceActivity
Known Direct Subclasses

Summary

[Expand]
Inherited Constants
From class android.preference.PreferenceActivity
From class android.app.Activity
From class android.content.Context
From interface android.content.ComponentCallbacks2
Fields
protected boolean mIsForeground
[Expand]
Inherited Fields
From class android.app.Activity
Public Constructors
TimeConsumingPreferenceActivity()
Public Methods
void onCancel(DialogInterface dialog)
void onClick(DialogInterface dialog, int which)
void onError(Preference preference, int error)
void onException(Preference preference, CommandException exception)
void onFinished(Preference preference, boolean reading)
void onPause()
void onResume()
void onStarted(Preference preference, boolean reading)
Protected Methods
Dialog onCreateDialog(int id)
[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.OnCancelListener
From interface android.content.DialogInterface.OnClickListener
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

Fields

protected boolean mIsForeground

Public Constructors

public TimeConsumingPreferenceActivity ()

Public Methods

public void onCancel (DialogInterface dialog)

public void onClick (DialogInterface dialog, int which)

public void onError (Preference preference, int error)

public void onException (Preference preference, CommandException exception)

public void onFinished (Preference preference, boolean reading)

public void onPause ()

public void onResume ()

public void onStarted (Preference preference, boolean reading)

Protected Methods

protected Dialog onCreateDialog (int id)