java.lang.Object
   ↳ android.content.Context
     ↳ android.content.ContextWrapper
       ↳ android.view.ContextThemeWrapper
         ↳ android.app.Activity
           ↳ com.android.contacts.TwelveKeyDialer

Class Overview

Dialer activity that displays the typical twelve key interface.

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
TwelveKeyDialer()
Public Methods
void afterTextChanged(Editable input)
void beforeTextChanged(CharSequence s, int start, int count, int after)
void onClick(View view)
boolean onCreateOptionsMenu(Menu menu)
void onItemClick(AdapterView parent, View v, int position, long id)
Handle clicks from the dialpad chooser.
boolean onKey(View view, int keyCode, KeyEvent event)
boolean onKeyDown(int keyCode, KeyEvent event)
boolean onKeyUp(int keyCode, KeyEvent event)
boolean onLongClick(View view)
boolean onOptionsItemSelected(MenuItem item)
Returns true whenever any one of the options from the menu is selected.
boolean onPrepareOptionsMenu(Menu menu)
void onTextChanged(CharSequence input, int start, int before, int changeCount)
void onWindowFocusChanged(boolean hasFocus)
void startSearch(String initialQuery, boolean selectInitialQuery, Bundle appSearchData, boolean globalSearch)
Protected Methods
int getContentViewResource()
Overridden by subclasses to control the resource used by the content view.
void maybeAddNumberFormatting()
void onCreate(Bundle icicle)
void onNewIntent(Intent newIntent)
void onPause()
void onPostCreate(Bundle savedInstanceState)
void onRestoreInstanceState(Bundle icicle)
void onResume()
void setFormattedDigits(String data)
[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.text.TextWatcher
From interface android.view.KeyEvent.Callback
From interface android.view.LayoutInflater.Factory
From interface android.view.LayoutInflater.Factory2
From interface android.view.View.OnClickListener
From interface android.view.View.OnCreateContextMenuListener
From interface android.view.View.OnKeyListener
From interface android.view.View.OnLongClickListener
From interface android.view.Window.Callback
From interface android.widget.AdapterView.OnItemClickListener

Public Constructors

public TwelveKeyDialer ()

Public Methods

public void afterTextChanged (Editable input)

public void beforeTextChanged (CharSequence s, int start, int count, int after)

public void onClick (View view)

public boolean onCreateOptionsMenu (Menu menu)

public void onItemClick (AdapterView parent, View v, int position, long id)

Handle clicks from the dialpad chooser.

public boolean onKey (View view, int keyCode, KeyEvent event)

public boolean onKeyDown (int keyCode, KeyEvent event)

public boolean onKeyUp (int keyCode, KeyEvent event)

public boolean onLongClick (View view)

public boolean onOptionsItemSelected (MenuItem item)

Returns true whenever any one of the options from the menu is selected. Code changes to support dialpad options

public boolean onPrepareOptionsMenu (Menu menu)

public void onTextChanged (CharSequence input, int start, int before, int changeCount)

public void onWindowFocusChanged (boolean hasFocus)

public void startSearch (String initialQuery, boolean selectInitialQuery, Bundle appSearchData, boolean globalSearch)

Protected Methods

protected int getContentViewResource ()

Overridden by subclasses to control the resource used by the content view.

protected void maybeAddNumberFormatting ()

protected void onCreate (Bundle icicle)

protected void onNewIntent (Intent newIntent)

protected void onPause ()

protected void onPostCreate (Bundle savedInstanceState)

protected void onRestoreInstanceState (Bundle icicle)

protected void onResume ()

protected void setFormattedDigits (String data)