public class

DeleteFdnContactScreen

extends Activity
java.lang.Object
   ↳ android.content.Context
     ↳ android.content.ContextWrapper
       ↳ android.view.ContextThemeWrapper
         ↳ android.app.Activity
           ↳ com.android.phone.DeleteFdnContactScreen

Class Overview

Activity to let the user delete an FDN contact.

Summary

[Expand]
Inherited Constants
From class android.app.Activity
From class android.content.Context
From interface android.content.ComponentCallbacks2
Fields
protected DeleteFdnContactScreen.QueryHandler mQueryHandler
[Expand]
Inherited Fields
From class android.app.Activity
Public Constructors
DeleteFdnContactScreen()
Protected Methods
void onActivityResult(int requestCode, int resultCode, Intent intent)
void onCreate(Bundle icicle)
[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.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 DeleteFdnContactScreen.QueryHandler mQueryHandler

Public Constructors

public DeleteFdnContactScreen ()

Protected Methods

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

protected void onCreate (Bundle icicle)