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.
Constants | |
---|---|
String |
ISPRIMARY
This constant was deprecated
in API level 5.
see |
String |
LABEL
This constant was deprecated
in API level 5.
see |
String |
NUMBER
This constant was deprecated
in API level 5.
see |
String |
NUMBER_KEY
This constant was deprecated
in API level 5.
see |
String |
TYPE
This constant was deprecated
in API level 5.
see |
int |
TYPE_CUSTOM
This constant was deprecated
in API level 5.
see |
int |
TYPE_FAX_HOME
This constant was deprecated
in API level 5.
see |
int |
TYPE_FAX_WORK
This constant was deprecated
in API level 5.
see |
int |
TYPE_HOME
This constant was deprecated
in API level 5.
see |
int |
TYPE_MOBILE
This constant was deprecated
in API level 5.
see |
int |
TYPE_OTHER
This constant was deprecated
in API level 5.
see |
int |
TYPE_PAGER
This constant was deprecated
in API level 5.
see |
int |
TYPE_WORK
This constant was deprecated
in API level 5.
see |
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"
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"
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"
String NUMBER_KEY
This constant was deprecated
in API level 5.
see ContactsContract
The normalized phone number
Type: TEXT
Constant Value: "number_key"
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"
int TYPE_CUSTOM
This constant was deprecated
in API level 5.
see ContactsContract
Constant Value: 0 (0x00000000)
int TYPE_FAX_HOME
This constant was deprecated
in API level 5.
see ContactsContract
Constant Value: 5 (0x00000005)
int TYPE_FAX_WORK
This constant was deprecated
in API level 5.
see ContactsContract
Constant Value: 4 (0x00000004)
int TYPE_HOME
This constant was deprecated
in API level 5.
see ContactsContract
Constant Value: 1 (0x00000001)
int TYPE_MOBILE
This constant was deprecated
in API level 5.
see ContactsContract
Constant Value: 2 (0x00000002)
int TYPE_OTHER
This constant was deprecated
in API level 5.
see ContactsContract
Constant Value: 7 (0x00000007)
int TYPE_PAGER
This constant was deprecated
in API level 5.
see ContactsContract
Constant Value: 6 (0x00000006)
int TYPE_WORK
This constant was deprecated
in API level 5.
see ContactsContract
Constant Value: 3 (0x00000003)