public class

SipSettings

extends PreferenceActivity
java.lang.Object
   ↳ android.content.Context
     ↳ android.content.ContextWrapper
       ↳ android.view.ContextThemeWrapper
         ↳ android.app.Activity
           ↳ android.app.ListActivity
             ↳ android.preference.PreferenceActivity
               ↳ com.android.phone.sip.SipSettings

Class Overview

The PreferenceActivity class for managing sip profile preferences.

Summary

Constants
String SIP_SHARED_PREFERENCES
[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
SipSettings()
Public Methods
void onCreate(Bundle savedInstanceState)
void onResume()
Protected Methods
void onActivityResult(int requestCode, int resultCode, Intent intent)
void onDestroy()
[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.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 SIP_SHARED_PREFERENCES

Constant Value: "SIP_PREFERENCES"

Public Constructors

public SipSettings ()

Public Methods

public void onCreate (Bundle savedInstanceState)

public void onResume ()

Protected Methods

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

protected void onDestroy ()