Added in API level 1
Deprecated in API level 5

PhonesColumns

interface PhonesColumns
android.provider.Contacts.PhonesColumns

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

Summary

Constants
static String

Whether this is the primary phone number

static String

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

static String

The phone number as the user entered it.

static String

The normalized phone number

static String

The type of the the phone number.

static Int

static Int

static Int

static Int

static Int

static Int

static Int

static Int

Constants

ISPRIMARY

Added in API level 1
static val ISPRIMARY: String

Deprecated: see android.provider.ContactsContract

Whether this is the primary phone number

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

Value: "isprimary"

LABEL

Added in API level 1
static val LABEL: String

Deprecated: see android.provider.ContactsContract

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

Type: TEXT

Value: "label"

NUMBER

Added in API level 1
static val NUMBER: String

Deprecated: see android.provider.ContactsContract

The phone number as the user entered it.

Type: TEXT

Value: "number"

NUMBER_KEY

Added in API level 1
static val NUMBER_KEY: String

Deprecated: see android.provider.ContactsContract

The normalized phone number

Type: TEXT

Value: "number_key"

TYPE

Added in API level 1
static val TYPE: String

Deprecated: see android.provider.ContactsContract

The type of the the phone number.

Type: INTEGER (one of the constants below)

Value: "type"

TYPE_CUSTOM

Added in API level 1
static val TYPE_CUSTOM: Int

Deprecated: see android.provider.ContactsContract

Value: 0

TYPE_FAX_HOME

Added in API level 1
static val TYPE_FAX_HOME: Int

Deprecated: see android.provider.ContactsContract

Value: 5

TYPE_FAX_WORK

Added in API level 1
static val TYPE_FAX_WORK: Int

Deprecated: see android.provider.ContactsContract

Value: 4

TYPE_HOME

Added in API level 1
static val TYPE_HOME: Int

Deprecated: see android.provider.ContactsContract

Value: 1

TYPE_MOBILE

Added in API level 1
static val TYPE_MOBILE: Int

Deprecated: see android.provider.ContactsContract

Value: 2

TYPE_OTHER

Added in API level 1
static val TYPE_OTHER: Int

Deprecated: see android.provider.ContactsContract

Value: 7

TYPE_PAGER

Added in API level 1
static val TYPE_PAGER: Int

Deprecated: see android.provider.ContactsContract

Value: 6

TYPE_WORK

Added in API level 1
static val TYPE_WORK: Int

Deprecated: see android.provider.ContactsContract

Value: 3