Contacts.Intents.UI
public
static
final
class
Contacts.Intents.UI
extends Object
java.lang.Object | |
↳ | android.provider.Contacts.Intents.UI |
This class was deprecated
in API level 5.
Do not use. This is not supported.
Intents related to the Contacts app UI.
Summary
Constants | |
---|---|
String |
FILTER_CONTACTS_ACTION
This constant is deprecated. Do not use. This is not supported. |
String |
FILTER_TEXT_EXTRA_KEY
This constant is deprecated. Do not use. This is not supported. |
String |
GROUP_NAME_EXTRA_KEY
This constant is deprecated. Do not use. This is not supported. |
String |
LIST_ALL_CONTACTS_ACTION
This constant is deprecated. Do not use. This is not supported. |
String |
LIST_CONTACTS_WITH_PHONES_ACTION
This constant is deprecated. Do not use. This is not supported. |
String |
LIST_DEFAULT
This constant is deprecated. Do not use. This is not supported. |
String |
LIST_FREQUENT_ACTION
This constant is deprecated. Do not use. This is not supported. |
String |
LIST_GROUP_ACTION
This constant is deprecated. Do not use. This is not supported. |
String |
LIST_STARRED_ACTION
This constant is deprecated. Do not use. This is not supported. |
String |
LIST_STREQUENT_ACTION
This constant is deprecated. Do not use. This is not supported. |
String |
TITLE_EXTRA_KEY
This constant is deprecated. Do not use. This is not supported. |
Public constructors | |
---|---|
UI()
This constructor is deprecated. Do not use. This is not supported. |
Inherited methods | |
---|---|
Constants
FILTER_CONTACTS_ACTION
public static final String FILTER_CONTACTS_ACTION
This constant is deprecated.
Do not use. This is not supported.
Activity Action: Display a filtered list of contacts
Input: Extra field FILTER_TEXT_EXTRA_KEY
is the text to use for
filtering
Output: Nothing.
Constant Value: "com.android.contacts.action.FILTER_CONTACTS"
FILTER_TEXT_EXTRA_KEY
public static final String FILTER_TEXT_EXTRA_KEY
This constant is deprecated.
Do not use. This is not supported.
Used as an int extra field in FILTER_CONTACTS_ACTION
intents to supply the text on which to filter.
Constant Value: "com.android.contacts.extra.FILTER_TEXT"
GROUP_NAME_EXTRA_KEY
public static final String GROUP_NAME_EXTRA_KEY
This constant is deprecated.
Do not use. This is not supported.
When in LIST_GROUP_ACTION mode, this is the group to display.
Constant Value: "com.android.contacts.extra.GROUP"
LIST_ALL_CONTACTS_ACTION
public static final String LIST_ALL_CONTACTS_ACTION
This constant is deprecated.
Do not use. This is not supported.
The action for the all contacts list tab.
Constant Value: "com.android.contacts.action.LIST_ALL_CONTACTS"
LIST_CONTACTS_WITH_PHONES_ACTION
public static final String LIST_CONTACTS_WITH_PHONES_ACTION
This constant is deprecated.
Do not use. This is not supported.
The action for the contacts with phone numbers list tab.
Constant Value: "com.android.contacts.action.LIST_CONTACTS_WITH_PHONES"
LIST_DEFAULT
public static final String LIST_DEFAULT
This constant is deprecated.
Do not use. This is not supported.
The action for the default contacts list tab.
Constant Value: "com.android.contacts.action.LIST_DEFAULT"
LIST_FREQUENT_ACTION
public static final String LIST_FREQUENT_ACTION
This constant is deprecated.
Do not use. This is not supported.
The action for the frequent contacts list tab.
Constant Value: "com.android.contacts.action.LIST_FREQUENT"
LIST_GROUP_ACTION
public static final String LIST_GROUP_ACTION
This constant is deprecated.
Do not use. This is not supported.
The action for the contacts list tab.
Constant Value: "com.android.contacts.action.LIST_GROUP"
LIST_STARRED_ACTION
public static final String LIST_STARRED_ACTION
This constant is deprecated.
Do not use. This is not supported.
The action for the starred contacts list tab.
Constant Value: "com.android.contacts.action.LIST_STARRED"
LIST_STREQUENT_ACTION
public static final String LIST_STREQUENT_ACTION
This constant is deprecated.
Do not use. This is not supported.
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.
Constant Value: "com.android.contacts.action.LIST_STREQUENT"
TITLE_EXTRA_KEY
public static final String TITLE_EXTRA_KEY
This constant is deprecated.
Do not use. This is not supported.
A key for to be used as an intent extra to set the activity title to a custom String value.
Constant Value: "com.android.contacts.extra.TITLE_EXTRA"
Public constructors
UI
public UI ()
This constructor is deprecated.
Do not use. This is not supported.