public class

SearchActivity

extends ListActivity
java.lang.Object
   ↳ android.content.Context
     ↳ android.content.ContextWrapper
       ↳ android.view.ContextThemeWrapper
         ↳ android.app.Activity
           ↳ android.app.ListActivity
             ↳ com.android.mms.ui.SearchActivity

Class Overview

Presents a List of search results. Each item in the list represents a thread which matches. The item contains the contact (or phone number) as the "title" and a snippet of what matches, below. The snippet is taken from the most recent part of the conversation that has a match. Each match within the visible portion of the snippet is highlighted.

Summary

Nested Classes
class SearchActivity.TextViewSnippet  
[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
SearchActivity()
Public Methods
void onCreate(Bundle icicle)
void onStop()
[Expand]
Inherited Methods
From class android.app.ListActivity
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

Public Constructors

public SearchActivity ()

Public Methods

public void onCreate (Bundle icicle)

public void onStop ()