PhonesColumns
interfacePhonesColumns
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
static valISPRIMARY: String
Deprecated: see android.provider.ContactsContract
Whether this is the primary phone number
Type: INTEGER (if set, non-0 means true)
Value: "isprimary"
LABEL
static valLABEL: 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
static valNUMBER: String
Deprecated: see android.provider.ContactsContract
The phone number as the user entered it.
Type: TEXT
Value: "number"
NUMBER_KEY
static valNUMBER_KEY: String
Deprecated: see android.provider.ContactsContract
The normalized phone number
Type: TEXT
Value: "number_key"
TYPE
static valTYPE: String
Deprecated: see android.provider.ContactsContract
The type of the the phone number.
Type: INTEGER (one of the constants below)
Value: "type"
TYPE_CUSTOM
static valTYPE_CUSTOM: Int
Deprecated: see android.provider.ContactsContract
Value: 0
TYPE_FAX_HOME
static valTYPE_FAX_HOME: Int
Deprecated: see android.provider.ContactsContract
Value: 5
TYPE_FAX_WORK
static valTYPE_FAX_WORK: Int
Deprecated: see android.provider.ContactsContract
Value: 4
TYPE_HOME
static valTYPE_HOME: Int
Deprecated: see android.provider.ContactsContract
Value: 1
TYPE_MOBILE
static valTYPE_MOBILE: Int
Deprecated: see android.provider.ContactsContract
Value: 2
TYPE_OTHER
static valTYPE_OTHER: Int
Deprecated: see android.provider.ContactsContract
Value: 7
TYPE_PAGER
static valTYPE_PAGER: Int
Deprecated: see android.provider.ContactsContract
Value: 6
TYPE_WORK
static valTYPE_WORK: Int
Deprecated: see android.provider.ContactsContract
Value: 3