Most visited

Recently visited

Added in API level 1
Deprecated since API level 5

Contacts.PhonesColumns

public static interface Contacts.PhonesColumns

android.provider.Contacts.PhonesColumns
Known Indirect Subclasses


This interface was deprecated in API level 5.
see ContactsContract

Columns from the Phones table that other columns join into themselves.

Summary

Constants

String ISPRIMARY

This constant was deprecated in API level 5. see ContactsContract

String LABEL

This constant was deprecated in API level 5. see ContactsContract

String NUMBER

This constant was deprecated in API level 5. see ContactsContract

String NUMBER_KEY

This constant was deprecated in API level 5. see ContactsContract

String TYPE

This constant was deprecated in API level 5. see ContactsContract

int TYPE_CUSTOM

This constant was deprecated in API level 5. see ContactsContract

int TYPE_FAX_HOME

This constant was deprecated in API level 5. see ContactsContract

int TYPE_FAX_WORK

This constant was deprecated in API level 5. see ContactsContract

int TYPE_HOME

This constant was deprecated in API level 5. see ContactsContract

int TYPE_MOBILE

This constant was deprecated in API level 5. see ContactsContract

int TYPE_OTHER

This constant was deprecated in API level 5. see ContactsContract

int TYPE_PAGER

This constant was deprecated in API level 5. see ContactsContract

int TYPE_WORK

This constant was deprecated in API level 5. see ContactsContract

Constants

ISPRIMARY

Added in API level 1
String ISPRIMARY

This constant was deprecated in API level 5.
see ContactsContract

Whether this is the primary phone number

Type: INTEGER (if set, non-0 means true)

Constant Value: "isprimary"

LABEL

Added in API level 1
String LABEL

This constant was deprecated in API level 5.
see ContactsContract

The user provided label for the phone number, only used if TYPE is TYPE_CUSTOM.

Type: TEXT

Constant Value: "label"

NUMBER

Added in API level 1
String NUMBER

This constant was deprecated in API level 5.
see ContactsContract

The phone number as the user entered it.

Type: TEXT

Constant Value: "number"

NUMBER_KEY

Added in API level 1
String NUMBER_KEY

This constant was deprecated in API level 5.
see ContactsContract

The normalized phone number

Type: TEXT

Constant Value: "number_key"

TYPE

Added in API level 1
String TYPE

This constant was deprecated in API level 5.
see ContactsContract

The type of the the phone number.

Type: INTEGER (one of the constants below)

Constant Value: "type"

TYPE_CUSTOM

Added in API level 1
int TYPE_CUSTOM

This constant was deprecated in API level 5.
see ContactsContract

Constant Value: 0 (0x00000000)

TYPE_FAX_HOME

Added in API level 1
int TYPE_FAX_HOME

This constant was deprecated in API level 5.
see ContactsContract

Constant Value: 5 (0x00000005)

TYPE_FAX_WORK

Added in API level 1
int TYPE_FAX_WORK

This constant was deprecated in API level 5.
see ContactsContract

Constant Value: 4 (0x00000004)

TYPE_HOME

Added in API level 1
int TYPE_HOME

This constant was deprecated in API level 5.
see ContactsContract

Constant Value: 1 (0x00000001)

TYPE_MOBILE

Added in API level 1
int TYPE_MOBILE

This constant was deprecated in API level 5.
see ContactsContract

Constant Value: 2 (0x00000002)

TYPE_OTHER

Added in API level 1
int TYPE_OTHER

This constant was deprecated in API level 5.
see ContactsContract

Constant Value: 7 (0x00000007)

TYPE_PAGER

Added in API level 1
int TYPE_PAGER

This constant was deprecated in API level 5.
see ContactsContract

Constant Value: 6 (0x00000006)

TYPE_WORK

Added in API level 1
int TYPE_WORK

This constant was deprecated in API level 5.
see ContactsContract

Constant Value: 3 (0x00000003)

Hooray!