java.lang.Object | |
↳ | android.provider.Contacts.Intents.UI |
Intents related to the Contacts app UI.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | FILTER_CONTACTS_ACTION | Activity Action: Display a filtered list of contacts
Input: Extra field FILTER_TEXT_EXTRA_KEY is the text to use for filtering Output: Nothing. |
|||||||||
String | FILTER_TEXT_EXTRA_KEY | Used as an int extra field in FILTER_CONTACTS_ACTION intents to supply the text on which to filter. | |||||||||
String | GROUP_NAME_EXTRA_KEY | When in LIST_GROUP_ACTION mode, this is the group to display. | |||||||||
String | LIST_ALL_CONTACTS_ACTION | The action for the all contacts list tab. | |||||||||
String | LIST_CONTACTS_WITH_PHONES_ACTION | The action for the contacts with phone numbers list tab. | |||||||||
String | LIST_DEFAULT | The action for the default contacts list tab. | |||||||||
String | LIST_FREQUENT_ACTION | The action for the frequent contacts list tab. | |||||||||
String | LIST_GROUP_ACTION | The action for the contacts list tab. | |||||||||
String | LIST_STARRED_ACTION | The action for the starred contacts list tab. | |||||||||
String | LIST_STREQUENT_ACTION | The action for the "strequent" contacts list tab. | |||||||||
String | TITLE_EXTRA_KEY | A key for to be used as an intent extra to set the activity title to a custom String value. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object
|
Activity Action: Display a filtered list of contacts
Input: Extra field FILTER_TEXT_EXTRA_KEY is the text to use for filtering
Output: Nothing.
Used as an int extra field in FILTER_CONTACTS_ACTION intents to supply the text on which to filter.
When in LIST_GROUP_ACTION mode, this is the group to display.
The action for the all contacts list tab.
The action for the contacts with phone numbers list tab.
The action for the default contacts list tab.
The action for the frequent contacts list tab.
The action for the contacts list tab.
The action for the starred contacts list tab.
The action for the "strequent" contacts list tab. It first lists the starred contacts in alphabetical order and then the frequent contacts in descending order of the number of times they have been contacted.
A key for to be used as an intent extra to set the activity title to a custom String value.