public class

NetworkSetting

extends PreferenceActivity
implements DialogInterface.OnCancelListener
java.lang.Object
   ↳ android.content.Context
     ↳ android.content.ContextWrapper
       ↳ android.view.ContextThemeWrapper
         ↳ android.app.Activity
           ↳ android.app.ListActivity
             ↳ android.preference.PreferenceActivity
               ↳ com.android.phone.NetworkSetting

Class Overview

"Networks" settings UI for the Phone app.

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
NetworkSetting()
Public Methods
String getNormalizedCarrierName(NetworkInfo ni)
void onCancel(DialogInterface dialog)
void onPause()
boolean onPreferenceTreeClick(PreferenceScreen preferenceScreen, Preference preference)
void onResume()
Protected Methods
void onCreate(Bundle icicle)
Dialog onCreateDialog(int id)
void onDestroy()
Override onDestroy() to unbind the query service, avoiding service leak exceptions.
void onPrepareDialog(int id, Dialog dialog)
[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.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 NetworkSetting ()

Public Methods

public String getNormalizedCarrierName (NetworkInfo ni)

public void onCancel (DialogInterface dialog)

public void onPause ()

public boolean onPreferenceTreeClick (PreferenceScreen preferenceScreen, Preference preference)

public void onResume ()

Protected Methods

protected void onCreate (Bundle icicle)

protected Dialog onCreateDialog (int id)

protected void onDestroy ()

Override onDestroy() to unbind the query service, avoiding service leak exceptions.

protected void onPrepareDialog (int id, Dialog dialog)