android.provider.Contacts.PhonesColumns |
Known Indirect Subclasses |
Columns from the Phones table that other columns join into themselves.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | ISPRIMARY | Whether this is the primary phone number
Type: INTEGER (if set, non-0 means true) |
|||||||||
String | LABEL | The user provided label for the phone number, only used if TYPE is TYPE_CUSTOM. | |||||||||
String | NUMBER | The phone number as the user entered it. | |||||||||
String | NUMBER_KEY | The normalized phone number
Type: TEXT |
|||||||||
String | TYPE | The type of the the phone number. | |||||||||
int | TYPE_CUSTOM | ||||||||||
int | TYPE_FAX_HOME | ||||||||||
int | TYPE_FAX_WORK | ||||||||||
int | TYPE_HOME | ||||||||||
int | TYPE_MOBILE | ||||||||||
int | TYPE_OTHER | ||||||||||
int | TYPE_PAGER | ||||||||||
int | TYPE_WORK |
Whether this is the primary phone number
Type: INTEGER (if set, non-0 means true)
The user provided label for the phone number, only used if TYPE is TYPE_CUSTOM.
Type: TEXT
The phone number as the user entered it.
Type: TEXT
The normalized phone number
Type: TEXT
The type of the the phone number.
Type: INTEGER (one of the constants below)