public class

FdnSetting

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.FdnSetting

Class Overview

FDN settings UI for the Phone app. Rewritten to look and behave closer to the other preferences.

Summary

[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
FdnSetting()
Public Methods
void onCancel(DialogInterface dialog)
Cancel listener for the PUK2 request alert dialog.
void onPinEntered(EditPinPreference preference, boolean positiveResult)
Delegate to the respective handlers.
Protected Methods
void onCreate(Bundle icicle)
void onResume()
void onSaveInstanceState(Bundle out)
Save the state of the pin change.
[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

Public Constructors

public FdnSetting ()

Public Methods

public void onCancel (DialogInterface dialog)

Cancel listener for the PUK2 request alert dialog.

public void onPinEntered (EditPinPreference preference, boolean positiveResult)

Delegate to the respective handlers.

Protected Methods

protected void onCreate (Bundle icicle)

protected void onResume ()

protected void onSaveInstanceState (Bundle out)

Save the state of the pin change.