public class

SipCallOptionHandler

extends Activity
implements DialogInterface.OnCancelListener DialogInterface.OnClickListener CompoundButton.OnCheckedChangeListener
java.lang.Object
   ↳ android.content.Context
     ↳ android.content.ContextWrapper
       ↳ android.view.ContextThemeWrapper
         ↳ android.app.Activity
           ↳ com.android.phone.SipCallOptionHandler

Class Overview

SipCallOptionHandler select the sip phone based on the call option.

Summary

[Expand]
Inherited Constants
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
SipCallOptionHandler()
Public Methods
void onCancel(DialogInterface dialog)
void onCheckedChanged(CompoundButton buttonView, boolean isChecked)
void onClick(DialogInterface dialog, int id)
void onCreate(Bundle savedInstanceState)
void onPause()
Protected Methods
Dialog onCreateDialog(int id)
[Expand]
Inherited Methods
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.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
From interface android.widget.CompoundButton.OnCheckedChangeListener

Public Constructors

public SipCallOptionHandler ()

Public Methods

public void onCancel (DialogInterface dialog)

public void onCheckedChanged (CompoundButton buttonView, boolean isChecked)

public void onClick (DialogInterface dialog, int id)

public void onCreate (Bundle savedInstanceState)

public void onPause ()

Protected Methods

protected Dialog onCreateDialog (int id)