public class

IccPanel

extends Dialog
java.lang.Object
   ↳ android.app.Dialog
     ↳ com.android.phone.IccPanel
Known Direct Subclasses

Class Overview

Base class for ICC-related panels in the Phone UI.

Summary

Constants
String TAG
[Expand]
Inherited Constants
From interface android.content.DialogInterface
Public Constructors
IccPanel(Context context)
Public Methods
boolean onKeyDown(int keyCode, KeyEvent event)
void onStop()
Protected Methods
void onCreate(Bundle savedInstanceState)
void onStart()
[Expand]
Inherited Methods
From class android.app.Dialog
From class java.lang.Object
From interface android.content.DialogInterface
From interface android.view.KeyEvent.Callback
From interface android.view.View.OnCreateContextMenuListener
From interface android.view.Window.Callback

Constants

protected static final String TAG

Constant Value: "PhoneApp"

Public Constructors

public IccPanel (Context context)

Public Methods

public boolean onKeyDown (int keyCode, KeyEvent event)

public void onStop ()

Protected Methods

protected void onCreate (Bundle savedInstanceState)

protected void onStart ()