a_vcard.android.provider
Interface Contacts.PhonesColumns

All Known Implementing Classes:
Contacts.Phones
Enclosing class:
Contacts

public static interface Contacts.PhonesColumns

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


Field Summary
static java.lang.String ISPRIMARY
          Whether this is the primary phone number
static java.lang.String LABEL
          The user provided label for the phone number, only used if TYPE is TYPE_CUSTOM.
static java.lang.String NUMBER
          The phone number as the user entered it.
static java.lang.String NUMBER_KEY
          The normalized phone number
static java.lang.String TYPE
          The type of the the phone number.
static int TYPE_CUSTOM
           
static int TYPE_FAX_HOME
           
static int TYPE_FAX_WORK
           
static int TYPE_HOME
           
static int TYPE_MOBILE
           
static int TYPE_OTHER
           
static int TYPE_PAGER
           
static int TYPE_WORK
           
 

Field Detail

TYPE

static final java.lang.String TYPE
The type of the the phone number.

Type: INTEGER (one of the constants below)

See Also:
Constant Field Values

TYPE_CUSTOM

static final int TYPE_CUSTOM
See Also:
Constant Field Values

TYPE_HOME

static final int TYPE_HOME
See Also:
Constant Field Values

TYPE_MOBILE

static final int TYPE_MOBILE
See Also:
Constant Field Values

TYPE_WORK

static final int TYPE_WORK
See Also:
Constant Field Values

TYPE_FAX_WORK

static final int TYPE_FAX_WORK
See Also:
Constant Field Values

TYPE_FAX_HOME

static final int TYPE_FAX_HOME
See Also:
Constant Field Values

TYPE_PAGER

static final int TYPE_PAGER
See Also:
Constant Field Values

TYPE_OTHER

static final int TYPE_OTHER
See Also:
Constant Field Values

LABEL

static final java.lang.String LABEL
The user provided label for the phone number, only used if TYPE is TYPE_CUSTOM.

Type: TEXT

See Also:
Constant Field Values

NUMBER

static final java.lang.String NUMBER
The phone number as the user entered it.

Type: TEXT

See Also:
Constant Field Values

NUMBER_KEY

static final java.lang.String NUMBER_KEY
The normalized phone number

Type: TEXT

See Also:
Constant Field Values

ISPRIMARY

static final java.lang.String ISPRIMARY
Whether this is the primary phone number

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

See Also:
Constant Field Values