public class

DialtactsActivity

extends TabActivity
implements TabHost.OnTabChangeListener
java.lang.Object
   ↳ android.content.Context
     ↳ android.content.ContextWrapper
       ↳ android.view.ContextThemeWrapper
         ↳ android.app.Activity
           ↳ android.app.ActivityGroup
             ↳ android.app.TabActivity
               ↳ com.android.contacts.DialtactsActivity

Class Overview

The dialer activity that has one tab with the virtual 12key dialer, a tab with recent calls in it, a tab with the contacts and a tab with the favorite. This is the container and the tabs are embedded using intents. The dialer tab's title is 'phone', a more common name (see strings.xml).

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
DialtactsActivity()
Public Methods
Uri getAndClearDialUri()
Retrieves the uri stored in #setupDialUri(Intent).
String getAndClearFilterText()
Retrieves the filter text stored in #setupFilterText(Intent).
void onBackPressed()
void onNewIntent(Intent newIntent)
void onTabChanged(String tabId)
Protected Methods
void onCreate(Bundle icicle)
void onPause()
[Expand]
Inherited Methods
From class android.app.TabActivity
From class android.app.ActivityGroup
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
From interface android.widget.TabHost.OnTabChangeListener

Public Constructors

public DialtactsActivity ()

Public Methods

public Uri getAndClearDialUri ()

Retrieves the uri stored in #setupDialUri(Intent). This uri originally came from a dial intent received by this activity. The stored uri will then be cleared after after this method returns.

Returns
  • The stored uri

public String getAndClearFilterText ()

Retrieves the filter text stored in #setupFilterText(Intent). This text originally came from a FILTER_CONTACTS_ACTION intent received by this activity. The stored text will then be cleared after after this method returns.

Returns
  • The stored filter text

public void onBackPressed ()

public void onNewIntent (Intent newIntent)

public void onTabChanged (String tabId)

Protected Methods

protected void onCreate (Bundle icicle)

protected void onPause ()