|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.provider.Contacts.Intents.UI
public static final class Contacts.Intents.UI
Intents related to the Contacts app UI.
| Field Summary | |
|---|---|
static String |
FILTER_CONTACTS_ACTION
Activity Action: Display a filtered list of contacts |
static String |
FILTER_TEXT_EXTRA_KEY
Used as an int extra field in FILTER_CONTACTS_ACTION
intents to supply the text on which to filter. |
static String |
GROUP_NAME_EXTRA_KEY
When in LIST_GROUP_ACTION mode, this is the group to display. |
static String |
LIST_ALL_CONTACTS_ACTION
The action for the all contacts list tab. |
static String |
LIST_CONTACTS_WITH_PHONES_ACTION
The action for the contacts with phone numbers list tab. |
static String |
LIST_DEFAULT
The action for the default contacts list tab. |
static String |
LIST_FREQUENT_ACTION
The action for the frequent contacts list tab. |
static String |
LIST_GROUP_ACTION
The action for the contacts list tab. |
static String |
LIST_STARRED_ACTION
The action for the starred contacts list tab. |
static String |
LIST_STREQUENT_ACTION
The action for the "strequent" contacts list tab. |
static String |
TITLE_EXTRA_KEY
A key for to be used as an intent extra to set the activity title to a custom String value. |
| Constructor Summary | |
|---|---|
Contacts.Intents.UI()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String LIST_DEFAULT
public static final String LIST_GROUP_ACTION
public static final String GROUP_NAME_EXTRA_KEY
public static final String LIST_ALL_CONTACTS_ACTION
public static final String LIST_CONTACTS_WITH_PHONES_ACTION
public static final String LIST_STARRED_ACTION
public static final String LIST_FREQUENT_ACTION
public static final String LIST_STREQUENT_ACTION
public static final String TITLE_EXTRA_KEY
public static final String FILTER_CONTACTS_ACTION
Input: Extra field FILTER_TEXT_EXTRA_KEY is the text to use for
filtering
Output: Nothing.
public static final String FILTER_TEXT_EXTRA_KEY
FILTER_CONTACTS_ACTION
intents to supply the text on which to filter.
| Constructor Detail |
|---|
public Contacts.Intents.UI()
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||